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

Commit 0f7c4ca

Browse files
Caitlin Potterpetebacondarwin
Caitlin Potter
authored andcommitted
chore(style): fix missing indentation in httpBackend from a3172a2
1 parent a3172a2 commit 0f7c4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/httpBackend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function createHttpBackend($browser, XHR, $browserDefer, callbacks, rawDocument,
136136
// - adds and immediately removes script elements from the document
137137
var script = rawDocument.createElement('script'),
138138
doneWrapper = function() {
139-
script.onreadystatechange = script.onload = script.onerror = null;
139+
script.onreadystatechange = script.onload = script.onerror = null;
140140
rawDocument.body.removeChild(script);
141141
if (done) done();
142142
};

0 commit comments

Comments
 (0)