Browse Source

Merge pull request #662 from herby/names-in-define

names of low-level modules always explicit in define
Nicolas Petton 11 years ago
parent
commit
4ea5ae6187
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'