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

Commit 91e362e

Browse files
author
Ricardo Bin
committed
Fixing code block
1 parent 3bbf645 commit 91e362e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ng/httpBackend.js

-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ function createHttpBackend($browser, createXhr, $browserDefer, callbacks, rawDoc
4848
callbackId, function(status, text) {
4949
completeRequest(callback, status, callbacks[callbackId].data, "", text);
5050
callbacks[callbackId] = noop;
51-
52-
var jsonpDone = jsonpReq(url.replace('JSON_CALLBACK', 'angular.callbacks.' + callbackId),
53-
callbackId, function(status, text) {
54-
completeRequest(callback, status, callbacks[callbackId].data, "", text);
55-
callbacks[callbackId] = noop;
5651
});
5752
} else {
5853

0 commit comments

Comments
 (0)