timerender.js: Use stubbed version of i18n from zjsunit.

This commit is contained in:
Aditya Bansal 2017-06-30 00:28:08 +05:30 committed by showell
parent 5eb5b33f21
commit 1e18863a98
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
set_global('$', global.make_zjquery());
set_global('i18n', {
t: function (str) { return 'translated: ' + str; },
});
set_global('i18n', global.stub_i18n);
add_dependencies({
XDate: 'node_modules/xdate/src/xdate.js',