From e730f8adb562ccb885d48fea6f8f075530ef53d8 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 16 Feb 2012 20:22:01 -0800 Subject: null out interval so that pause doesn't resume on next or prev --- docs/assets/bootstrap.zip | Bin 53167 -> 53181 bytes docs/assets/js/bootstrap-carousel.js | 1 + 2 files changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index e433b7305..dacefe63f 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/js/bootstrap-carousel.js b/docs/assets/js/bootstrap-carousel.js index 3c0f1df83..374697994 100644 --- a/docs/assets/js/bootstrap-carousel.js +++ b/docs/assets/js/bootstrap-carousel.js @@ -61,6 +61,7 @@ , pause: function () { clearInterval(this.interval) + this.interval = null return this } -- cgit v1.2.3