Skip to content

Commit

Permalink
bootstrap also needs jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Apr 16, 2012
1 parent 6275cdc commit d0698a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/editors/libraries.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Libraries.prototype.init = function () {
var libs = { var libs = {
bootstrap: { bootstrap: {
text: 'Bootstrap', text: 'Bootstrap',
requires: 'http://code.jquery.com/jquery-1.7.2.min.js',
style: ['http://twitter.github.com/bootstrap/assets/css/bootstrap.css', style: ['http://twitter.github.com/bootstrap/assets/css/bootstrap.css',
'http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css'], 'http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css'],
scripts: [ scripts: [
Expand Down Expand Up @@ -52,7 +53,7 @@ Libraries.prototype.init = function () {
scripts: [ scripts: [
{ text: 'jQuery latest', url: 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' }, { text: 'jQuery latest', url: 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' },
{ text: 'jQuery WIP (via git)', url: 'http://code.jquery.com/jquery-git.js' }, { text: 'jQuery WIP (via git)', url: 'http://code.jquery.com/jquery-git.js' },
{ text: 'jQuery 1.7.1', url: 'http://code.jquery.com/jquery-1.7.1.min.js' }, { text: 'jQuery 1.7.2', url: 'http://code.jquery.com/jquery-1.7.2.min.js' },
{ text: 'jQuery 1.6.4', url: 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js' } { text: 'jQuery 1.6.4', url: 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js' }
] ]
}, },
Expand All @@ -66,7 +67,7 @@ Libraries.prototype.init = function () {
}, },
jquerymobile : { jquerymobile : {
text: 'jQuery Mobile', text: 'jQuery Mobile',
requires: 'http://code.jquery.com/jquery-1.6.4.min.js', requires: 'http://code.jquery.com/jquery.min.js',
style: 'http://code.jquery.com/mobile/latest/jquery.mobile.css', style: 'http://code.jquery.com/mobile/latest/jquery.mobile.css',
scripts: [ scripts: [
{ text: 'jQuery Mobile Latest', url: 'http://code.jquery.com/mobile/latest/jquery.mobile.js' }, { text: 'jQuery Mobile Latest', url: 'http://code.jquery.com/mobile/latest/jquery.mobile.js' },
Expand Down

0 comments on commit d0698a6

Please sign in to comment.