Make exposure of addMatchers and addCustomEqualityTesters be on jasmine instead of inconsistent.

This commit is contained in:
Davis W. Frank
2013-10-10 11:32:21 -07:00
parent 55716723b5
commit 8ca8197b4c
4 changed files with 16 additions and 16 deletions

View File

@@ -96,8 +96,4 @@ getJasmineRequireObj().base = function(j$) {
}
return obj;
};
j$.addCustomEqualityTester = function(tester) {
j$.getEnv().addCustomEqualityTester(tester);
};
};