fix tests, @lefnire not the best solution but it works

This commit is contained in:
Matteo Pagliazzi 2013-11-14 14:48:36 +01:00
parent b60eadf468
commit c256295d6f

View file

@ -1,5 +1,7 @@
"use strict";
window.env = window.env || {}; //FIX tests
window.env.t = function(string){
return (window.env.translations[string] || window.env.translations.stringNotFound);
}