diff options
Diffstat (limited to 'jquery.matchHeight.js')
-rw-r--r-- | jquery.matchHeight.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jquery.matchHeight.js b/jquery.matchHeight.js index f4ab786..18a75cf 100644 --- a/jquery.matchHeight.js +++ b/jquery.matchHeight.js @@ -4,7 +4,7 @@ * License: MIT */ -;(function($) { +;(function($) { // eslint-disable-line no-extra-semi /* * internal */ @@ -131,12 +131,15 @@ * plugin global options */ + matchHeight.version = 'master'; matchHeight._groups = []; matchHeight._throttle = 80; matchHeight._maintainScroll = false; matchHeight._beforeUpdate = null; matchHeight._afterUpdate = null; matchHeight._rows = _rows; + matchHeight._parse = _parse; + matchHeight._parseOptions = _parseOptions; /* * matchHeight._apply |