Remove keyword that chokes up IE tests

This commit is contained in:
kpdecker
2014-03-05 15:07:19 -06:00
parent 66538cc7fa
commit 10168cb0a9
+1 -1
View File
@@ -147,7 +147,7 @@ describe('string params mode', function() {
var template = CompilerContext.compile('{{#with content}}{{#view}}{{firstName}} {{lastName}}{{/view}}{{/with}}', {stringParams: true});
var helpers = {
with: function(options) {
'with': function(options) {
return "WITH";
},
view: function() {