Instead of dev boot use a custom helper to defined j$

This commit is contained in:
Christopher Amavisca and Sheel Choksi
2014-02-26 17:35:00 -08:00
parent fb853ad5b5
commit 305bd73142
4 changed files with 8 additions and 128 deletions

View File

@@ -0,0 +1,7 @@
(function() {
// By the time onload is called, jasmineRequire will be redefined to point
// to the Jasmine source files (and not jasmine.js). So re-require
window.j$ = jasmineRequire.core(jasmineRequire);
jasmineRequire.html(j$);
jasmineRequire.console(jasmineRequire, j$);
})();