mirror of
https://github.com/wahyd4/bootstrap.git
synced 2026-08-09 04:46:35 +10: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