From 2bdc515930bb9c298cda4773480ebad10eb8b3d9 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Sat, 22 Sep 2012 10:05:01 -0700 Subject: [PATCH] Correct the jquery object for i18n Change-Id: Ic6fc68f27f9944d869206076951e3b7cdaac6f07 --- src/jquery.uls.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 7c5f1f3..b362313 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -151,7 +151,7 @@ }, i18n: function() { - this.$element.find( '[data-i18n]' ).i18n(); + this.$menu.find( '[data-i18n]' ).i18n(); }, defaultSearch: function () {