Commit 5661855b authored by Jacob Thornton's avatar Jacob Thornton

actuall use interval option :P

parent e89618a4
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
Carousel.prototype = { Carousel.prototype = {
cycle: function () { cycle: function () {
this.interval = setInterval($.proxy(this.next, this), 5000) this.interval = setInterval($.proxy(this.next, this), this.options.interval)
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