removed addMatchers from the global. This should have been in previous commit

This commit is contained in:
Davis W. Frank
2013-10-10 14:11:44 -07:00
parent f0a1adb61c
commit c28c124f58
2 changed files with 0 additions and 8 deletions

View File

@@ -87,10 +87,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
return env.pending();
},
addMatchers: function(matchers) {
return env.addMatchers(matchers);
},
spyOn: function(obj, methodName) {
return env.spyOn(obj, methodName);
},

View File

@@ -65,10 +65,6 @@
return env.pending();
},
addMatchers: function(matchers) {
return env.addMatchers(matchers);
},
spyOn: function(obj, methodName) {
return env.spyOn(obj, methodName);
},