aboutsummaryrefslogtreecommitdiff
path: root/js/popover.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2013-05-21 19:30:33 -0700
committerJacob Thornton <[email protected]>2013-05-21 19:31:51 -0700
commitccfa989898bdfcd91aa8dd5ad1e2de2832bfda71 (patch)
tree3f958b45e8295a87db7eef57939546eb62c05ec3 /js/popover.js
parent59010184cb7b94cd08ea290c69bddf726673f5f4 (diff)
downloadbootstrap-ccfa989898bdfcd91aa8dd5ad1e2de2832bfda71.tar.xz
bootstrap-ccfa989898bdfcd91aa8dd5ad1e2de2832bfda71.zip
upgrade jshint to 2.1.2 for anton <3
Diffstat (limited to 'js/popover.js')
-rw-r--r--js/popover.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/popover.js b/js/popover.js
index 2fca934f8..33edadf7f 100644
--- a/js/popover.js
+++ b/js/popover.js
@@ -1,7 +1,7 @@
-/* ===========================================================
+/* ========================================================================
* Bootstrap: popover.js v3.0.0
* http://twitter.github.com/bootstrap/javascript.html#popovers
- * ===========================================================
+ * ========================================================================
* 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";
// POPOVER PUBLIC CLASS DEFINITION
// ===============================