Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Fixing code block
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Bin committed Oct 27, 2014
1 parent 3bbf645 commit 91e362e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ng/httpBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ function createHttpBackend($browser, createXhr, $browserDefer, callbacks, rawDoc
callbackId, function(status, text) {
completeRequest(callback, status, callbacks[callbackId].data, "", text);
callbacks[callbackId] = noop;

var jsonpDone = jsonpReq(url.replace('JSON_CALLBACK', 'angular.callbacks.' + callbackId),
callbackId, function(status, text) {
completeRequest(callback, status, callbacks[callbackId].data, "", text);
callbacks[callbackId] = noop;
});
} else {

Expand Down

0 comments on commit 91e362e

Please sign in to comment.