Commit e730f8ad authored by Jacob Thornton's avatar Jacob Thornton

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

parent f9b57826
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
, pause: function () { , pause: function () {
clearInterval(this.interval) clearInterval(this.interval)
this.interval = null
return this return this
} }
......
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
, pause: function () { , pause: function () {
clearInterval(this.interval) clearInterval(this.interval)
this.interval = null
return this return this
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment