Added oc_defaults stub in specHelper.js

This is needed for JS Unit tests to run properly as they are expecting
the new "oc_default" map to exist.
This commit is contained in:
Vincent Petry 2014-02-24 09:45:02 +01:00
parent 59ec61dc03
commit 80c61d480c
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ window.oc_config = {
session_lifetime: 600 * 1000,
session_keepalive: false
};
window.oc_defaults = {};
// global setup for all tests
(function setupTests() {