Quick fix - Spec needs j$ at execute time

This commit is contained in:
Davis W. Frank
2013-10-02 22:45:33 -07:00
parent a563e67015
commit 0c4113e167
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
getJasmineRequireObj().Spec = function() {
getJasmineRequireObj().Spec = function(j$) {
function Spec(attrs) {
this.encounteredExpectations = false;
this.expectationFactory = attrs.expectationFactory;