Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dist/ratchet.js')
-rw-r--r--dist/ratchet.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/ratchet.js b/dist/ratchet.js
index e718e3c..0e6d31b 100644
--- a/dist/ratchet.js
+++ b/dist/ratchet.js
@@ -1,6 +1,6 @@
/**
* ==================================
- * Ratchet v1.0.1
+ * Ratchet v1.0.2
* Licensed under The MIT License
* http://opensource.org/licenses/MIT
* ==================================
@@ -558,7 +558,7 @@
window.addEventListener('click', function (e) { if (getTarget(e.target)) e.preventDefault(); });
}();/* ----------------------------------
- * SLIDER v1.0.0
+ * SLIDER v1.0.1
* Licensed under The MIT License
* Adapted from Brad Birdsall's swipe
* http://opensource.org/licenses/MIT