1
0
Ver Fonte

No need to store singletons.

They are injected throughout boot.js.
Herby Vojčík há 5 anos atrás
pai
commit
0a72a6bc60
1 ficheiros alterados com 0 adições e 3 exclusões
  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);