diff options
| author | Igor Minar | 2014-02-18 03:04:42 -0800 |
|---|---|---|
| committer | Igor Minar | 2014-02-18 10:44:48 -0800 |
| commit | 481508d0e7ae9e4984ea380b9a43e589551c7a5b (patch) | |
| tree | 2df21cbd83152c5e504cdc7f3b579b25bdc9fadb /src/ng/httpBackend.js | |
| parent | 12e4d3ac4da3e7ea8d9be49764dbbc091a345bf7 (diff) | |
| download | angular.js-481508d0e7ae9e4984ea380b9a43e589551c7a5b.tar.bz2 | |
style: remove ws and enfore no-trailing-ws jscs rule
Diffstat (limited to 'src/ng/httpBackend.js')
| -rw-r--r-- | src/ng/httpBackend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/httpBackend.js b/src/ng/httpBackend.js index c3805e35..ee2a37fe 100644 --- a/src/ng/httpBackend.js +++ b/src/ng/httpBackend.js @@ -112,7 +112,7 @@ function createHttpBackend($browser, createXhr, $browserDefer, callbacks, rawDoc // WebKit added support for the json responseType value on 09/03/2013 // https://bugs.webkit.org/show_bug.cgi?id=73648. Versions of Safari prior to 7 are // known to throw when setting the value "json" as the response type. Other older - // browsers implementing the responseType + // browsers implementing the responseType // // The json response type can be ignored if not supported, because JSON payloads are // parsed on the client-side regardless. |
