Skip to content

Commit

Permalink
Reel 1.1.3
Browse files Browse the repository at this point in the history
* Promptly resolves sudden incompatibility with new jQuery 1.6 (GH-32).
* Enhanced test for by testing for CSS value equivalency rather for string equality (GH-33).
* `leader` tests Opera bug fixed (GH-34).
  • Loading branch information
pisi committed May 8, 2011
1 parent 6b7de11 commit bb74270
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.markdown
@@ -1,10 +1,10 @@
Changelog
=========

Edge
----
Version 1.1.3
-------------

* Now fully compatible with new jQuery 1.6 (GH-32).
* Promptly resolves sudden incompatibility with new jQuery 1.6 (GH-32).
* Enhanced test for by testing for CSS value equivalency rather for string equality (GH-33).
* `leader` tests Opera bug fixed (GH-34).

Expand Down
12 changes: 6 additions & 6 deletions jquery.reel-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jquery.reel.js
Expand Up @@ -24,7 +24,7 @@
*
* jQuery Reel
* http://jquery.vostrel.cz/reel
* Version: 1.1.2-devel
* Version: 1.1.3
* Updated: 2011-05-08
*
* Requires jQuery 1.4.2 or higher
Expand All @@ -47,7 +47,7 @@
jQuery.reel || (function($, window, document, undefined){

$.reel= {
version: '1.1.2-devel',
version: '1.1.3',

// Options defaults
def: {
Expand Down

0 comments on commit bb74270

Please sign in to comment.