Update 10-bootstrap-modal.js
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 8 Mar 2015 09:38:52 +0000 (11:38 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 8 Mar 2015 09:38:52 +0000 (11:38 +0200)
MANIFEST
js/01-zepto-jquery.js [deleted file]
js/10-bootstrap-modal.js

index 3ab2474ca95cde27127a5b9a45fd2fcc5b47142d..8c47140035f488e8cdf70fc8e2e3155b81ab8686 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -13,7 +13,6 @@ css/themes/cyborg.css
 css/themes/readable.css
 css/themes/slate.css
 js/00-zepto.js
-js/01-zepto-jquery.js
 js/10-bootstrap-modal.js
 js/20-sprintf.js
 js/80-sidebar.js
diff --git a/js/01-zepto-jquery.js b/js/01-zepto-jquery.js
deleted file mode 100644 (file)
index 1fe7da3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-jQuery = Zepto;
index 93891aa4eb26b8fdeb1423c4dafdc3ab2432a99b..738129628f86faab13317950b73d7c5818979b15 100644 (file)
@@ -1,8 +1,8 @@
 /* ========================================================================
- * Bootstrap: modal.js v3.3.1
+ * Bootstrap: modal.js v3.3.2
  * http://getbootstrap.com/javascript/#modals
  * ========================================================================
- * Copyright 2011-2014 Twitter, Inc.
+ * Copyright 2011-2015 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
@@ -30,7 +30,7 @@
     }
   }
 
-  Modal.VERSION  = '3.3.1'
+  Modal.VERSION  = '3.3.2'
 
   Modal.TRANSITION_DURATION = 300
   Modal.BACKDROP_TRANSITION_DURATION = 150
     Plugin.call($target, option, this)
   })
 
-}(jQuery);
+}(Zepto);
This page took 0.012383 seconds and 4 git commands to generate.