mw.widgets.CalendarWidget: Silence jshint for one line, not entire file
authorPrateek Saxena <prtksxna@gmail.com>
Wed, 29 Jul 2015 01:03:30 +0000 (06:33 +0530)
committerJforrester <jforrester@wikimedia.org>
Wed, 29 Jul 2015 15:42:44 +0000 (15:42 +0000)
commitd00393687300d2e2111040c48e6b5e811ea9296d
tree4ac82013f7c710f0a8613e7858b74b6a485084e0
parent8f6aeac5d72a9133675bef3281b71e2289d83eec
mw.widgets.CalendarWidget: Silence jshint for one line, not entire file

Follows up I6f760f7c32e2e6ed2008e897af72fb9e17dd663b

Suppress warning at the specific line that uses the static keyword
rather than the entire file.

> Expected an identifier and instead saw 'static' (a reserved word). (W024)

Change-Id: I0e4f9062b01b82893205da9e72c41acae3d6967f
resources/src/mediawiki.widgets/mw.widgets.CalendarWidget.js