From f667c41d51d6a38d6e4f28e54ebec312a9f7b781 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Wed, 10 Oct 2012 17:54:51 +0530 Subject: [PATCH] Update jquery.i18n from upstream Change-Id: I1e913e08a45a899343eef84595374afdc76dff20 --- lib/jquery.i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jquery.i18n.js b/lib/jquery.i18n.js index d8d2cfe9..fb0b60f5 100644 --- a/lib/jquery.i18n.js +++ b/lib/jquery.i18n.js @@ -1647,7 +1647,7 @@ * @return {String} */ convertGrammar: function ( word, form ) { - return word + form; + return word; }, /**