Quick fix - Spec needs j$ at execute time
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
getJasmineRequireObj().Spec = function() {
|
||||
getJasmineRequireObj().Spec = function(j$) {
|
||||
function Spec(attrs) {
|
||||
this.encounteredExpectations = false;
|
||||
this.expectationFactory = attrs.expectationFactory;
|
||||
|
||||
Reference in New Issue
Block a user