From 9fdf7a26e12f17282f565bc18ca16be2ad865153 Mon Sep 17 00:00:00 2001 From: Bootstrap's Grunt bot Date: Tue, 13 Jan 2015 20:31:25 +0000 Subject: automatic grunt dist --- dist/js/bootstrap.js | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/js/bootstrap.js') diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 42e92bf5a..ab0ae1e5b 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -9,6 +9,7 @@ if (typeof jQuery === 'undefined') { } +function ($) { + 'use strict'; var version = $.fn.jquery.split(' ')[0].split('.') if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1)) { throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher') -- cgit v1.2.3