Update jquery.uls

Also update the onReady callback as per the changes in jquery.uls

Change-Id: I9e4968af87258558f7a94900bd9bc735cb0d9662
This commit is contained in:
Santhosh Thottingal
2012-10-09 19:58:53 +05:30
parent 8d31bf8c07
commit 069d9e6915
45 changed files with 754 additions and 67 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.uls - v0.1.0 - 2012-10-08
/*! jquery.uls - v0.1.0 - 2012-10-09
* https://github.com/wikimedia/jquery.uls
* Copyright (c) 2012 Santhosh Thottingal; Licensed GPL, MIT */
@@ -1378,7 +1378,7 @@
ready: function() {
if ( this.options.onReady ) {
this.options.onReady( this );
this.options.onReady.call( this );
}
},
@@ -1422,6 +1422,7 @@
i18n: function() {
this.$menu.find( '[data-i18n]' ).i18n();
this.$languageFilter.prop( 'placeholder', $.i18n( 'uls-search-placeholder' ) );
},
defaultSearch: function () {