Browse Source

names of low-level modules always explicit in define

Herbert Vojčík 10 years ago
parent
commit
0ad06dd559
1 changed files with 1 additions and 1 deletions
  1. 1 1
      support/browser-compatibility.js

+ 1 - 1
support/browser-compatibility.js

@@ -1,4 +1,4 @@
-define([
+define("amber_vm/browser-compatibility", [
     './ensure-console',
     './es5-shim-2.0.2/es5-shim.min',
     './es5-shim-2.0.2/es5-sham.min'