From 44e70153120595fceede1564d946c2f85028e8d3 Mon Sep 17 00:00:00 2001 From: Faruk Ates Date: Sun, 6 Feb 2011 18:18:20 +0100 Subject: [PATCH] Changed to 1.0 with a workaround to the jQuery bug. --- README.md | 5 +++-- jquery.runloop.0.9.js => jquery.runloop.1.0.js | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) rename jquery.runloop.0.9.js => jquery.runloop.1.0.js (98%) diff --git a/README.md b/README.md index 6ae2c15..c109026 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ Full usage documentation will be prepared for the 1.0 release. ### Known issues -* Currently there is a bug in IE8 and below. It seems to have something to do with - the jQuery library, but we're still investigating it. +* jQuery (1.5 and below) has a bug in its .animate() step: method, which triggers an + error in IE8 and below. The 1.0 version has sidestepped this by using "top" instead + of "z-index". Runloop is Copyright © 2011 Faruk Ates; dual licensed under the MIT or BSD licenses. diff --git a/jquery.runloop.0.9.js b/jquery.runloop.1.0.js similarity index 98% rename from jquery.runloop.0.9.js rename to jquery.runloop.1.0.js index 0eb1ba8..5672143 100644 --- a/jquery.runloop.0.9.js +++ b/jquery.runloop.1.0.js @@ -1,5 +1,5 @@ /* - * jQuery Runloop Plugin + * jQuery Runloop Plugin -- version 1.0 * Copyright 2011, Faruk Ates * Dual licensed under the MIT or BSD licenses * @@ -199,7 +199,7 @@ duration: duration, step: function( step ) { - console.log('step: ' + step); + currentStep = step; // Default is floor