Properly inject j$ into Suite

This commit is contained in:
slackersoft
2015-03-06 11:43:57 -08:00
parent f0c480f456
commit eb1d98338a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
getJasmineRequireObj().Suite = function() {
getJasmineRequireObj().Suite = function(j$) {
function Suite(attrs) {
this.env = attrs.env;
this.id = attrs.id;