2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Add jQuery version check to existing jQuery presence check

Fixes #14809.
Closes #14825.
This commit is contained in:
Heinrich Fenkart
2014-10-22 20:52:15 +02:00
parent 57e4b58782
commit 1604af041b
3 changed files with 31 additions and 6 deletions
+1 -1
View File
@@ -33,6 +33,6 @@
"test-infra"
],
"dependencies": {
"jquery": ">= 1.9.0"
"jquery": ">= 1.9.1"
}
}