Whitespace

This commit is contained in:
Amir E. Aharoni
2012-12-14 09:46:03 +02:00
parent 17b6d77ac2
commit 2bafab8414
4 changed files with 35 additions and 35 deletions

View File

@@ -35,7 +35,7 @@
var languageName = $.uls.data.getAutonym( language );
$( '.uls-trigger' ).text( languageName );
},
quickList: ['en', 'hi', 'he', 'ml', 'ta','fr'] //FIXME
quickList: ['en', 'hi', 'he', 'ml', 'ta', 'fr'] //FIXME
} );
} );
</script>
@@ -46,7 +46,7 @@
<span class="active uls-trigger">Select Language</span>
<h1>Universal Language Selector</h1>
<p>
Demonstration of jquery plugin
Demonstration of jQuery plugin
</p>
</div>
<div class="container"></div>