Make /*jshint -W024*/ global to allow 'static' as property
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.Upload.Dialog.js
index a719ffe..8bda601 100644 (file)
@@ -57,7 +57,6 @@
         * @inheritdoc
         * @property title
         */
-       /*jshint -W024*/
        mw.Upload.Dialog.static.title = mw.msg( 'upload-dialog-title' );
 
        /**
@@ -97,8 +96,6 @@
                }
        ];
 
-       /*jshint +W024*/
-
        /* Methods */
 
        /**