1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 18:14:17 +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,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 )