Fix IE test freakout

This commit is contained in:
kpdecker
2015-04-14 22:57:15 -05:00
parent a009a97a2e
commit 2a02261a5b
+2 -2
View File
@@ -76,14 +76,14 @@ describe("basic context", function() {
'true true object');
shouldCompileTo('{{undefined}}',
{
undefined: function() {
'undefined': function() {
return 'undefined!';
}
},
'undefined!');
shouldCompileTo('{{null}}',
{
null: function() {
'null': function() {
return 'null!';
}
},