Skip to content

Commit

Permalink
Fixing issue with jQuery 1.4.2 initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Smith committed Nov 15, 2012
1 parent c86b22f commit 54e6d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.flexslider-min.js

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

2 changes: 1 addition & 1 deletion jquery.flexslider.js
Expand Up @@ -882,7 +882,7 @@
if ($slides.length === 1) {
$slides.fadeIn(400);
if (options.start) options.start($this);
} else if ($this.data('flexslider') === undefined) {
} else if ($this.data('flexslider') == undefined) {
new $.flexslider(this, options);
}
});
Expand Down

0 comments on commit 54e6d31

Please sign in to comment.