Browse Source

config-node needs change for amber/Platform, too

Herbert Vojčík 9 years ago
parent
commit
0b9b7d3b6d
1 changed files with 1 additions and 1 deletions
  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", {});