Properly pass j$ to Any so it can use other jasmine stuff

Fixes #806
This commit is contained in:
Gregg Van Hove
2015-03-18 13:12:40 -07:00
parent 46044dd345
commit 965229bd03
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
getJasmineRequireObj().Any = function() {
getJasmineRequireObj().Any = function(j$) {
function Any(expectedObject) {
this.expectedObject = expectedObject;