Commit 525fe2d5 by David Baumgold

Expose a dummy gettext function in the Jasmine test env

parent 0fd3bb60
......@@ -9,6 +9,7 @@
"js/vendor/underscore-min.js",
"js/vendor/backbone-min.js",
"js/vendor/jquery.leanModal.min.js",
"js/vendor/sinon-1.7.1.js"
"js/vendor/sinon-1.7.1.js",
"js/test/i18n.js"
]
}
window.gettext = window.ngettext = function(){};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment