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

Commit 9f7a80c

Browse files
wesleychopetebacondarwin
authored andcommitted
docs($httpBackend): change to more friendly language
- Change s**t to more neutral word Closes #11380 Closes #11364
1 parent bea99e3 commit 9f7a80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/httpBackend.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function createHttpBackend($browser, createXhr, $browserDefer, callbacks, rawDoc
137137
};
138138

139139
function jsonpReq(url, callbackId, done) {
140-
// we can't use jQuery/jqLite here because jQuery does crazy shit with script elements, e.g.:
140+
// we can't use jQuery/jqLite here because jQuery does crazy stuff with script elements, e.g.:
141141
// - fetches local scripts via XHR and evals them
142142
// - adds and immediately removes script elements from the document
143143
var script = rawDocument.createElement('script'), callback = null;

0 commit comments

Comments
 (0)