0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Fix regression of #10038 introduced by #13772

This commit is contained in:
Heinrich Fenkart 2014-06-12 06:00:02 +02:00
parent 63767f8806
commit e9d6756a1a
12 changed files with 12 additions and 12 deletions

View File

@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';

View File

@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';

View File

@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';

View File

@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';

View File

@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';

View File

@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';

View File

@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';

View File

@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';

View File

@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';

View File

@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';

View File

@ -10,7 +10,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';

View File

@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';