Commit 9372fdbf authored by Mark Otto's avatar Mark Otto

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

parents 41a410b8 593b062c
...@@ -17,7 +17,9 @@ ...@@ -17,7 +17,9 @@
* limitations under the License. * limitations under the License.
* ========================================================== */ * ========================================================== */
$(function () { !function( $ ) {
$(function () {
"use strict" "use strict"
...@@ -44,4 +46,6 @@ $(function () { ...@@ -44,4 +46,6 @@ $(function () {
} }
})() })()
}) })
\ No newline at end of file
}( window.jQuery )
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment