vendor/assets/javascripts/bootstrap-dropdown.js in anjlab-bootstrap-rails-0.1.4 vs vendor/assets/javascripts/bootstrap-dropdown.js in anjlab-bootstrap-rails-1.4.0
- old
+ new
@@ -1,7 +1,7 @@
/* ============================================================
- * bootstrap-dropdown.js v1.3.0
+ * bootstrap-dropdown.js v1.4.0
* http://twitter.github.com/bootstrap/javascript.html#dropdown
* ============================================================
* Copyright 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -17,9 +17,11 @@
* limitations under the License.
* ============================================================ */
!function( $ ){
+
+ "use strict"
/* DROPDOWN PLUGIN DEFINITION
* ========================== */
$.fn.dropdown = function ( selector ) {