typo fix in comment

This commit is contained in:
Brion Vibber
2012-11-06 18:02:29 +05:30
parent 3dceee52f1
commit 5ec59b9874

View File

@@ -329,7 +329,7 @@
onSelect: null, // Callback function to be called when a language is selected
searchAPI: null, // Language search API
languages: $.uls.data.getAutonyms(), // Languages to be used for ULS, default is all languages
quickList: null, // Array of language codes of function that returns such
quickList: null, // Array of language codes or function that returns such
lazyload: true // Lazy load the language list when scrolled.
};