We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8c5aa commit 5e9daedCopy full SHA for 5e9daed
modules/angular2/http.ts
@@ -141,7 +141,8 @@ export {URLSearchParams} from './src/http/url_search_params';
141
* // Send a response to the request
142
* connection.mockRespond(response);
143
* });
144
- * });
+ * }
145
+ * });
146
*
147
* http.get('people.json').observer({
148
* next: res => {
@@ -269,7 +270,8 @@ export const HTTP_BINDINGS = HTTP_PROVIDERS;
269
270
271
272
273
274
275
276
* jsonp.get('people.json').observer({
277
0 commit comments