Browse Source

initClass call added in a98076e but ensure("classInit") wasn't

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

+ 1 - 0
support/boot.js

@@ -313,6 +313,7 @@ define("amber/boot", [ 'require', './browser-compatibility' ], function (require
 
 		var org = brikz.ensure("organize");
 		var root = brikz.ensure("root");
+        brikz.ensure("classInit");
 		var nil = root.nil;
 		var rootAsClass = root.rootAsClass;
 		var SmalltalkObject = root.Object;