From faedb7fec47388a02e7eb4afa0e7140bb76aa6be Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Jan 2015 14:55:25 -0800 Subject: grunt --- dist/js/bootstrap.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dist/js/bootstrap.js') diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index ce731cfd4..584fe3ba2 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1,5 +1,5 @@ /*! - * Bootstrap v3.3.2 (http://getbootstrap.com) + * Bootstrap v4.0.0-alpha (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ @@ -9,7 +9,6 @@ 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