Browse Source

fix require('amber/helpers').nil

Herbert Vojčík 9 years ago
parent
commit
d63a7d757e
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