build: Replace jscs+jshint with eslint
[lhc/web/wiklou.git] / resources / src / mediawiki / htmlform / hide-if.js
index c4513d5..5f60097 100644 (file)
 
        mw.hook( 'htmlform.enhance' ).add( function ( $root ) {
                $root.find( '.mw-htmlform-hide-if' ).each( function () {
-                       var v, i, fields, test, func, spec, self, modules, data,extraModules,
+                       var v, i, fields, test, func, spec, self, modules, data, extraModules,
                                $el = $( this );
 
                        modules = [];