Fix IE test freakout
This commit is contained in:
+2
-2
@@ -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!';
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user