Minor formatting changes

Change-Id: I3ffd7029165ff614c13000b333ed30d3874fba28
This commit is contained in:
Santhosh Thottingal
2014-09-23 16:16:44 +05:30
parent 7346469e20
commit 022efabf38
3 changed files with 42 additions and 39 deletions

View File

@@ -246,7 +246,7 @@
a.className = 'autonym';
li.appendChild( a );
if( this.options.languageDecorator ) {
if ( this.options.languageDecorator ) {
this.options.languageDecorator( $( a ), code );
}
return li;