mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 00:54:04 +02:00
wrap transition
This commit is contained in:
8
js/bootstrap-transition.js
vendored
8
js/bootstrap-transition.js
vendored
@@ -17,7 +17,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ========================================================== */
|
* ========================================================== */
|
||||||
|
|
||||||
$(function () {
|
!function( $ ) {
|
||||||
|
|
||||||
|
$(function () {
|
||||||
|
|
||||||
"use strict"
|
"use strict"
|
||||||
|
|
||||||
@@ -44,4 +46,6 @@ $(function () {
|
|||||||
}
|
}
|
||||||
})()
|
})()
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
}( window.jQuery )
|
Reference in New Issue
Block a user