1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 18:44:01 +02:00

Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip

This commit is contained in:
Mark Otto
2012-01-17 23:19:50 -08:00

View File

@@ -17,6 +17,8 @@
* limitations under the License. * limitations under the License.
* ========================================================== */ * ========================================================== */
!function( $ ) {
$(function () { $(function () {
"use strict" "use strict"
@@ -45,3 +47,5 @@ $(function () {
})() })()
}) })
}( window.jQuery )