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:
@@ -412,7 +412,7 @@
|
||||
// Other values will have rendering issues.
|
||||
columns: 4,
|
||||
languageDecorator: null,
|
||||
quicklist: []
|
||||
quickList: []
|
||||
};
|
||||
|
||||
$.fn.lcd.Constructor = LanguageCategoryDisplay;
|
||||
|
||||
Reference in New Issue
Block a user