diff options
Diffstat (limited to 'jquery.matchHeight.js')
-rw-r--r-- | jquery.matchHeight.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery.matchHeight.js b/jquery.matchHeight.js index 25d0e6a..552cf5f 100644 --- a/jquery.matchHeight.js +++ b/jquery.matchHeight.js @@ -111,7 +111,7 @@ return this;
}
- if (this.length <= 1 && !options.target) {
+ if (this.length <= 1 && !opts.target) {
return this;
}
|