Use quotes for reserved token name

Fixes test exec under IE
This commit is contained in:
kpdecker
2013-12-26 15:39:11 -06:00
parent 4160ff3ee2
commit 7311ab0b3f
+1 -1
View File
@@ -54,7 +54,7 @@
onload = function(){
require(['handlebars'], function(Handlebars) {
window.Handlebars = Handlebars.default;
window.Handlebars = Handlebars['default'];
require(['tests'], function(Handlebars) {
// The test harness leaks under FF. We should have decent global leak coverage from other tests