Whitespace cleanup, remove deprecated methods
* Fixed many white space issues- mainly whitespace missing before function start paranthesis eg: function() * Removed the deprecated live methods and replaced with on * Added file documentation for ext.uls.geoclient Change-Id: Ib2c8cfed1a6ff3859495e707680d5c19882a33e8
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
fontSelector: function ( repository, language ) {
|
||||
var font = webfontsPreferences.get( language );
|
||||
if ( !font ) {
|
||||
font = repository.defaultFont(language);
|
||||
font = repository.defaultFont( language );
|
||||
}
|
||||
if ( font === 'system' ) {
|
||||
font = null;
|
||||
|
||||
Reference in New Issue
Block a user