Browse Source

requirejs shim: added dependency of bootstrap on jquery

Herbert Vojčík 10 years ago
parent
commit
5f16df91e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      support/amber.js

+ 1 - 1
support/amber.js

@@ -54,7 +54,7 @@ require = function (require) {
                 deps: [ 'jquery' ]
             },
             'amber_lib/bootstrap/js/bootstrap': {
-                deps: [ 'css!amber_lib/bootstrap/css/bootstrap' ]
+                deps: [ 'jquery', 'css!amber_lib/bootstrap/css/bootstrap' ]
             },
             'amber_lib/CodeMirror/codemirror': {
                 deps: [ 'css!amber_lib/codemirror/lib/codemirror' ]