Make /*jshint -W024*/ global to allow 'static' as property
[lhc/web/wiklou.git] / resources / src / mediawiki.widgets / mw.widgets.ComplexTitleInputWidget.js
index ddae9b1..8f48ec3 100644 (file)
@@ -51,7 +51,6 @@
        OO.inheritClass( mw.widgets.ComplexTitleInputWidget, OO.ui.Widget );
 
        /* Static Methods */
-       /*jshint -W024*/
 
        /**
         * @inheritdoc
@@ -85,8 +84,6 @@
                return state;
        };
 
-       /*jshint +W024*/
-
        /* Methods */
 
        /**