3.0.1 -> 3.0.2
[bootswatch] / bower_components / bootstrap / js / modal.js
old mode 100755 (executable)
new mode 100644 (file)
index b5b5601..dac50c6
@@ -1,5 +1,5 @@
 /* ========================================================================
- * Bootstrap: modal.js v3.0.0
+ * Bootstrap: modal.js v3.0.2
  * http://getbootstrap.com/javascript/#modals
  * ========================================================================
  * Copyright 2013 Twitter, Inc.
     .on('show.bs.modal',  '.modal', function () { $(document.body).addClass('modal-open') })
     .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
 
-}(window.jQuery);
+}(jQuery);