Expose a dummy gettext function in the Jasmine test env

This commit is contained in:
David Baumgold
2013-05-16 13:32:38 -04:00
parent 0fd3bb6079
commit 525fe2d581
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1 @@
window.gettext = window.ngettext = function(){};