1
0
Pārlūkot izejas kodu

No need to store singletons.

They are injected throughout boot.js.
Herby Vojčík 5 gadi atpakaļ
vecāks
revīzija
0a72a6bc60
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  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);