From aaf3a0488b35fcee3223c6fd33dc41f441bae985 Mon Sep 17 00:00:00 2001 From: dsame Date: Mon, 24 Oct 2016 01:03:25 +0500 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index cfca136..925c4bb 100644 --- a/index.js +++ b/index.js @@ -89,7 +89,7 @@ setLocale:function(sLocale){ locales:function(){ return locales; }, -setLocales=function(sLocales){ +setLocales:function(sLocales){ locales=sLocales; } }