浏览代码

config-node needs change for amber/Platform, too

Herbert Vojčík 9 年之前
父节点
当前提交
0b9b7d3b6d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
 // Free to edit. You can break tests (cli test runner uses
 // 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("jquery", {});