Browse Source

Merge branch 'master' into gh-831

Herbert Vojčík 9 years ago
parent
commit
eee4ebbe10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      support/helpers.js

+ 1 - 1
support/helpers.js

@@ -2,7 +2,7 @@ define("amber/helpers", ["amber/boot", "require"], function (boot, require) {
     var globals = boot.globals,
         exports = Object.create(globals), // backward compatibility, use {} later
         vm = boot.vm,
-        nil = boot.vm;
+        nil = boot.nil;
 
     // API