default is a reserved word

Quoting it to fix in older browsers, especially Android 2.3.x.
This commit is contained in:
grassick
2015-02-18 10:57:02 -05:00
parent 3c9ff77e68
commit 71690ae39d
+1 -1
View File
@@ -1,3 +1,3 @@
// Create a simple path alias to allow browserify to resolve
// the runtime on a supported path.
module.exports = require('./dist/cjs/handlebars.runtime').default;
module.exports = require('./dist/cjs/handlebars.runtime')['default'];