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