2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

null out interval so that pause doesn't resume on next or prev

This commit is contained in:
Jacob Thornton
2012-02-16 20:22:01 -08:00
parent f9b578260f
commit e730f8adb5
3 changed files with 2 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -61,6 +61,7 @@
, pause: function () {
clearInterval(this.interval)
this.interval = null
return this
}
+1
View File
@@ -61,6 +61,7 @@
, pause: function () {
clearInterval(this.interval)
this.interval = null
return this
}