Closed meandavejustice closed 9 years ago
fixes #11 ignored both bootstrap.js and stub-content/index.js since browsers still do not fully support const and let. I figured we do not want to add a babel test for our testing/example file.
bootstrap.js
stub-content/index.js
const
let
fixes #11 ignored both
bootstrap.js
andstub-content/index.js
since browsers still do not fully supportconst
andlet
. I figured we do not want to add a babel test for our testing/example file.