Kaynağa Gözat

config-node needs change for amber/Platform, too

Herbert Vojčík 9 yıl önce
ebeveyn
işleme
0b9b7d3b6d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      root/config-node.js

+ 1 - 1
root/config-node.js

@@ -2,6 +2,6 @@
 // when building an app to run in node.js.
 // when building an app to run in node.js.
 // Free to edit. You can break tests (cli test runner uses
 // Free to edit. You can break tests (cli test runner uses
 // this to build itself - it is a node executable).
 // this to build itself - it is a node executable).
-define("amber_core/Platform-Browser", ["amber_core/Platform-Node"], {});
+define("amber/Platform", ["amber_core/Platform-Node"], {});
 define("amber/browser-compatibility", {});
 define("amber/browser-compatibility", {});
 define("jquery", {});
 define("jquery", {});