Skip to content

Commit

Permalink
fix typo in target option, closes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Mar 31, 2015
1 parent a30551f commit 290dfcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions jquery.matchHeight-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.matchHeight.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
return this;
}

if (this.length <= 1 && !options.target) {
if (this.length <= 1 && !opts.target) {
return this;
}

Expand Down

0 comments on commit 290dfcf

Please sign in to comment.