Browse Source

boot.js: removed unused variable

Herbert Vojčík 9 years ago
parent
commit
898bc39b17
1 changed files with 0 additions and 1 deletions
  1. 0 1
      support/boot.js

+ 0 - 1
support/boot.js

@@ -700,7 +700,6 @@ define("amber/boot", [ 'require', './browser-compatibility' ], function (require
 
 		brikz.ensure("classInit");
 		brikz.ensure("classes");
-		var nil = brikz.ensure("root").nil;
 
 		var initialized = false;