]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
null out interval so that pause doesn't resume on next or prev
authorJacob Thornton <jacobthornton@gmail.com>
Fri, 17 Feb 2012 04:22:01 +0000 (20:22 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Fri, 17 Feb 2012 04:22:01 +0000 (20:22 -0800)
docs/assets/bootstrap.zip
docs/assets/js/bootstrap-carousel.js
js/bootstrap-carousel.js

index e433b730546bd44b2c8a669277f51ab1b31245fe..dacefe63f44d9a2b2d6b570de9cc662aea646443 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 3c0f1df832a8d99cc6d023397de38f13d390762f..374697994c0a8525fa4583e785bb10b72fdfcffe 100644 (file)
@@ -61,6 +61,7 @@
 
   , pause: function () {
       clearInterval(this.interval)
+      this.interval = null
       return this
     }
 
index 3c0f1df832a8d99cc6d023397de38f13d390762f..374697994c0a8525fa4583e785bb10b72fdfcffe 100644 (file)
@@ -61,6 +61,7 @@
 
   , pause: function () {
       clearInterval(this.interval)
+      this.interval = null
       return this
     }