From 0ad4e838a615121a76983ec29df00fcea72a2529 Mon Sep 17 00:00:00 2001 From: Christopher Rock Date: Sat, 23 Jan 2016 00:13:24 -0500 Subject: [PATCH] Reversing combined file change --- lib/mock-ajax.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/mock-ajax.js b/lib/mock-ajax.js index 0446769..b54d158 100644 --- a/lib/mock-ajax.js +++ b/lib/mock-ajax.js @@ -278,7 +278,6 @@ getJasmineRequireObj().AjaxFakeRequest = function(eventBusFactory) { this.username = arguments[3]; this.password = arguments[4]; this.readyState = 1; - this.requestHeaders = {}; this.eventBus.trigger('readystatechange'); },