From ccfa989898bdfcd91aa8dd5ad1e2de2832bfda71 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 21 May 2013 19:30:33 -0700 Subject: upgrade jshint to 2.1.2 for anton <3 --- js/dropdown.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js/dropdown.js') diff --git a/js/dropdown.js b/js/dropdown.js index d9acdd2e8..39c4ad258 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -1,7 +1,7 @@ -/* ============================================================ +/* ======================================================================== * Bootstrap: dropdown.js v3.0.0 * http://twitter.github.com/bootstrap/javascript.html#dropdowns - * ============================================================ + * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -15,10 +15,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * ============================================================ */ + * ======================================================================== */ -!function ($) { "use strict"; ++function ($) { "use strict"; // DROPDOWN CLASS DEFINITION // ========================= -- cgit v1.2.3