Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Removed duplicate done from core-complete event test.
Browse files Browse the repository at this point in the history
  • Loading branch information
garlicnation committed Nov 6, 2014
1 parent 3bcaa8f commit 8c3aa77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/core-ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@
test('core-complete should be fired on success', function(done){
window.addEventListener('core-complete', function(response, xhr){
responded = true;
done();
});
requests[0].respond(200, headers, body);
assert.isTrue(responded);
Expand Down

0 comments on commit 8c3aa77

Please sign in to comment.