Use an empty array for quickList everywhere, not false/null

Also fix one type quicklist -> quickList, per @edg2s.

Follows cb85cda10e.

https://phabricator.wikimedia.org/T144871
This commit is contained in:
Marius Hoch
2016-09-07 00:51:53 +02:00
parent a9dc11b6ef
commit 6ebd1b413c
2 changed files with 3 additions and 3 deletions

View File

@@ -412,7 +412,7 @@
// Other values will have rendering issues.
columns: 4,
languageDecorator: null,
quicklist: []
quickList: []
};
$.fn.lcd.Constructor = LanguageCategoryDisplay;