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:
Binary file not shown.
Vendored
+1
@@ -61,6 +61,7 @@
|
||||
|
||||
, pause: function () {
|
||||
clearInterval(this.interval)
|
||||
this.interval = null
|
||||
return this
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
@@ -61,6 +61,7 @@
|
||||
|
||||
, pause: function () {
|
||||
clearInterval(this.interval)
|
||||
this.interval = null
|
||||
return this
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user