2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Run grunt.

[ci skip]
This commit is contained in:
XhmikosR
2015-10-27 07:31:49 +02:00
parent ee92e6d44d
commit 9dfb999fae
12 changed files with 24 additions and 24 deletions
+5 -5
View File
@@ -5743,23 +5743,23 @@ button.close {
} }
.text-left { .text-left {
text-align: left; text-align: left !important;
} }
.text-right { .text-right {
text-align: right; text-align: right !important;
} }
.text-center { .text-center {
text-align: center; text-align: center !important;
} }
.text-justify { .text-justify {
text-align: justify; text-align: justify !important;
} }
.text-nowrap { .text-nowrap {
white-space: nowrap; white-space: nowrap !important;
} }
.text-truncate { .text-truncate {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -10,8 +10,8 @@ if (typeof jQuery === 'undefined') {
+function ($) { +function ($) {
var version = $.fn.jquery.split(' ')[0].split('.') var version = $.fn.jquery.split(' ')[0].split('.')
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1)) { if (version[0] !== '2') {
throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher') throw new Error('Bootstrap\'s JavaScript requires jQuery version 2.x.x')
} }
}(jQuery); }(jQuery);
+2 -2
View File
File diff suppressed because one or more lines are too long
+5 -5
View File
@@ -5743,23 +5743,23 @@ button.close {
} }
.text-left { .text-left {
text-align: left; text-align: left !important;
} }
.text-right { .text-right {
text-align: right; text-align: right !important;
} }
.text-center { .text-center {
text-align: center; text-align: center !important;
} }
.text-justify { .text-justify {
text-align: justify; text-align: justify !important;
} }
.text-nowrap { .text-nowrap {
white-space: nowrap; white-space: nowrap !important;
} }
.text-truncate { .text-truncate {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -10,8 +10,8 @@ if (typeof jQuery === 'undefined') {
+function ($) { +function ($) {
var version = $.fn.jquery.split(' ')[0].split('.') var version = $.fn.jquery.split(' ')[0].split('.')
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1)) { if (version[0] !== '2') {
throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher') throw new Error('Bootstrap\'s JavaScript requires jQuery version 2.x.x')
} }
}(jQuery); }(jQuery);
+2 -2
View File
File diff suppressed because one or more lines are too long