wrapper function removed, comments added

This commit is contained in:
Bobur Umerkulov 2012-04-27 01:43:10 +05:00
parent b26f00ebf5
commit bc75505542

View file

@ -1,6 +1,5 @@
(function() { //Uzbek
jQuery.timeago.settings.strings = {
jQuery.timeago.settings.strings = {
prefixAgo: null, prefixAgo: null,
prefixFromNow: "keyin", prefixFromNow: "keyin",
suffixAgo: "avval", suffixAgo: "avval",
@ -17,5 +16,4 @@
year: "1 yil", year: "1 yil",
years: function(value) { return "%d yil" }, years: function(value) { return "%d yil" },
wordSeparator: " " wordSeparator: " "
}; };
})();