Replaced the deprecated languagesInScripts function

This commit is contained in:
Amir E. Aharoni
2012-10-15 16:26:51 +02:00
parent 983cd129cf
commit 9aa9f3ee01

View File

@@ -115,7 +115,7 @@
* @return array of strings (languages codes)
*/
$.uls.data.getLanguagesInScript = function( script ) {
return $.uls.data.languagesInScripts( [ script ] );
return $.uls.data.getLanguagesInScripts( [ script ] );
};
$.uls.data.languagesInScript = function( script ) { // deprecated