jquery.suggestions: Remove any highlights when hiding suggestions
[lhc/web/wiklou.git] / resources / mediawiki.page / mediawiki.page.ready.js
index ee416d6..ccddb3e 100644 (file)
@@ -1,4 +1,4 @@
-( function ( mw , $ ) {
+( function ( mw, $ ) {
        var supportsPlaceholder = 'placeholder' in document.createElement( 'input' );
 
        mw.hook( 'wikipage.content' ).add( function ( $content ) {