Ver Fonte

Merge pull request #660 from herby/same-jquery-ui

The same version of jquery-ui in legacy and helios IDE
Nicolas Petton há 10 anos atrás
pai
commit
a33d75e4ce
1 ficheiros alterados com 1 adições e 4 exclusões
  1. 1 4
      support/amber.js

+ 1 - 4
support/amber.js

@@ -34,14 +34,11 @@ require = function (require) {
             'amber_core': home+'/js',
             'amber_core/_source': home+'/st',
             'jquery': home+'/support/jQuery/jquery-1.8.2.min',
-            'jquery-ui': home+'/support/jQuery/jquery-ui-1.8.16.custom.min'
+            'jquery-ui': home+'/support/jQuery/jquery-ui-1.8.24.custom.min'
         },
         map: {
             '*': {
                 'css': 'amber_lib/requirejs/require-css-0.0.6/css'
-            },
-            'amber/helios': {
-                'jquery-ui': 'amber_lib/jQuery/jquery-ui-1.8.24.custom.min'
             }
         },
         shim: {