Skip to content

Commit

Permalink
Changed to 1.0 with a workaround to the jQuery bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraFire committed Feb 6, 2011
1 parent 83f7d0d commit 44e7015
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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.

4 changes: 2 additions & 2 deletions jquery.runloop.0.9.js → 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
*
Expand Down Expand Up @@ -199,7 +199,7 @@
duration: duration,

step: function( step ) {
console.log('step: ' + step);

currentStep = step;

// Default is floor
Expand Down

0 comments on commit 44e7015

Please sign in to comment.