activity.js: Remove unnecessary override of i18n as global var.

This commit is contained in:
Aditya Bansal
2017-06-28 13:58:39 +05:30
committed by showell
parent 103f19e236
commit 232966a948

View File

@@ -13,12 +13,6 @@ set_global('document', {
},
});
set_global('i18n', {
t: function (string) {
return string;
},
});
set_global('XDate', require("xdate"));
set_global('blueslip', function () {});
set_global('channel', {});