Replace .script with .getScript

This commit is contained in:
Amir E. Aharoni
2012-10-07 20:11:53 +02:00
parent c007ba3427
commit 17f525f510
2 changed files with 6 additions and 6 deletions

View File

@@ -249,7 +249,7 @@
return matcher.test( languageName ) ||
matcher.test( $.uls.data.autonym( langCode ) ) ||
matcher.test( langCode ) ||
matcher.test( $.uls.data.script( langCode ) );
matcher.test( $.uls.data.getScript( langCode ) );
}
};