summaryrefslogtreecommitdiffstats
path: root/jquery.matchHeight.js
diff options
context:
space:
mode:
Diffstat (limited to 'jquery.matchHeight.js')
-rw-r--r--jquery.matchHeight.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jquery.matchHeight.js b/jquery.matchHeight.js
index 41ea591..e714cf9 100644
--- a/jquery.matchHeight.js
+++ b/jquery.matchHeight.js
@@ -4,7 +4,7 @@
* License: MIT
*/
-;(function(factory) {
+;(function(factory) { // eslint-disable-line no-extra-semi
'use strict';
if (typeof define === 'function' && define.amd) {
// AMD
@@ -16,7 +16,7 @@
// Global
factory(jQuery);
}
-})(function($) { // eslint-disable-line no-extra-semi
+})(function($) {
/*
* internal
*/