Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
built file updated after running tests
  • Loading branch information
Andy Stanford-Bluntish committed Mar 6, 2018
1 parent 24232dc commit b1c9dc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fake_xml_http_request.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@
Triggers an `onprogress` event with the given parameters.
*/
_progress: function _progress(lengthComputable, loaded, total) {
var event = new _Event('progress');
event.target = this;
var event = new _Event("progress", false, false, this);
event.lengthComputable = lengthComputable;
event.loaded = loaded;
event.total = total;
Expand Down

0 comments on commit b1c9dc7

Please sign in to comment.