Reversing combined file change

This commit is contained in:
Christopher Rock 2016-01-23 00:13:24 -05:00
parent ca2ee0202a
commit 0ad4e838a6

View File

@ -278,7 +278,6 @@ getJasmineRequireObj().AjaxFakeRequest = function(eventBusFactory) {
this.username = arguments[3]; this.username = arguments[3];
this.password = arguments[4]; this.password = arguments[4];
this.readyState = 1; this.readyState = 1;
this.requestHeaders = {};
this.eventBus.trigger('readystatechange'); this.eventBus.trigger('readystatechange');
}, },