Explorar o código

No need to store singletons.

They are injected throughout boot.js.
Herby Vojčík %!s(int64=5) %!d(string=hai) anos
pai
achega
0a72a6bc60
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      lang/base/boot.js

+ 0 - 3
lang/base/boot.js

@@ -81,9 +81,6 @@ define([
     var api = {};
     var brikz = Brikz(api);
 
-    Object.defineProperty(brikz, "commonGlobals", {value: globals});
-    Object.defineProperty(brikz, "commonEmit", {value: emit});
-
     var fundamentals = FundamentalsFactory(globals, emit);
     fundamentals.configure(brikz);