diff options
author | liabru <liabru@brm.io> | 2015-11-08 15:08:44 +0000 |
---|---|---|
committer | liabru <liabru@brm.io> | 2015-11-08 15:08:44 +0000 |
commit | 06bd876c5539fdc832d954f4eb8838e434f14c75 (patch) | |
tree | db4b8bfac152df5384284cba497ebc32c671e5bd /jquery.matchHeight.js | |
parent | 30824fbce9e14f2cf7e3c84222c00b591bb3f24f (diff) | |
download | jquery-match-height-06bd876c5539fdc832d954f4eb8838e434f14c75.zip jquery-match-height-06bd876c5539fdc832d954f4eb8838e434f14c75.tar.gz jquery-match-height-06bd876c5539fdc832d954f4eb8838e434f14c75.tar.bz2 |
added cloud selenium, local emulated ie testing, lint task, build task, release task, improved tests
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 99310c3..8109678 100644 --- a/jquery.matchHeight.js +++ b/jquery.matchHeight.js @@ -4,7 +4,7 @@ * License: MIT */ -;(function($) { +;(function($) { // eslint-disable-line no-extra-semi /* * internal */ |