X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.htmlform.checker.js;h=473635a53ef63514c41734903cbc20389ae80ce1;hb=825d66bfa44c5dae2b78e2fe4f3b16f16aff4a12;hp=674584b14a42bbc3f140e42d608967081f51597e;hpb=0dddba1a9ad62e64f4bc19d54cf2fb5ff656a486;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.htmlform.checker.js b/resources/src/mediawiki.htmlform.checker.js index 674584b14a..473635a53e 100644 --- a/resources/src/mediawiki.htmlform.checker.js +++ b/resources/src/mediawiki.htmlform.checker.js @@ -52,7 +52,7 @@ if ( $extraElements ) { $e = $e.add( $extraElements ); } - $e.on( events, $.debounce( 1000, this.validate.bind( this ) ) ); + $e.on( events, mw.util.debounce( 1000, this.validate.bind( this ) ) ); return this; };