mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
fix makefile error thing
This commit is contained in:
3
dist/js/bootstrap.js
vendored
3
dist/js/bootstrap.js
vendored
@@ -1,4 +1,5 @@
|
||||
if (!jQuery) throw new Error("Bootstrap requires jQuery")
|
||||
if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
|
||||
|
||||
|
||||
/* ========================================================================
|
||||
* Bootstrap: transition.js v3.0.0
|
||||
|
Reference in New Issue
Block a user