From cd28537cdfe48fc9569aeb1b05e13fafe09d5fc1 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 15 Oct 2009 09:39:49 -0700 Subject: [PATCH] removed a stray console.log --- README.md | 2 +- Source/rotater.js | 4 +--- package.yml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 18dc7c8..b179443 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Uses [Fx.Elements](http://mootools.net/more#Fx.Elements) from MooTools More. Options ------- -### Version 1.0 +### Version 1.1 * **slideInterval**: (*int*) Time in milliseconds to remain on each slide. Default: 5 seconds. * **transitionDuration**: (*int*) Time in milliseconds for the transition effect to take. Default: 1 second. * **startIndex**: (*int*) A zero-based number for which Tab should be displayed first. Default: 0 (first Tab). diff --git a/Source/rotater.js b/Source/rotater.js index 46a2ad1..c9932c6 100644 --- a/Source/rotater.js +++ b/Source/rotater.js @@ -59,15 +59,13 @@ MGFX.Rotater = new Class({ }.bind(this)); this.slides.addEvent('mouseleave', function() { - console.log(_timeLastPause - _timeLastRotate); var timePassed = (_timeLastPause - _timeLastRotate); _timeLastRotate = new Date() - timePassed; _resumeDelay = (function() { this.autoplay(); this.rotate(); this.fireEvent('onResume'); - }).delay(_timeTillRotate - timePassed, this); - + }).delay(_timeTillRotate - timePassed, this); }.bind(this)); }.protect(), diff --git a/package.yml b/package.yml index 88556f5..39feeee 100644 --- a/package.yml +++ b/package.yml @@ -1,7 +1,7 @@ name: MGFX.Tabs author: seanmonstar category: Interface -tags: [tabs] +#tags: [tabs] #docs: http://url_to_docs demo: http://seanmonstar.github.com/MGFX.Tabs/ # requires: