Skip to content

Commit

Permalink
Fixing an errant use of $ in the flipbook code.
Browse files Browse the repository at this point in the history
  • Loading branch information
TwP committed Apr 15, 2010
1 parent b3e36ce commit abbd644
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== 1.2.1 / 2010-04-15

Bug Fix
* Errant use of $ in the flipbook code

== 1.2.0 / 2010-02-18

Minor Enhancement
Expand Down
2 changes: 1 addition & 1 deletion js/jquery-ui.flipbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jq.widget('ui.flipbook', {
this._retry.list.length = 0;
this._retry.count = 0;

$('.ui-fb-loader', this.element[0]).show();
jq('.ui-fb-loader', this.element[0]).show();
this.images.find('img').remove();
this._imageList.length = 0;
this.indicators.empty();
Expand Down

0 comments on commit abbd644

Please sign in to comment.