diff --git a/modules/angular2/http.ts b/modules/angular2/http.ts index d1dcdbeb0e..9b003f2fca 100644 --- a/modules/angular2/http.ts +++ b/modules/angular2/http.ts @@ -141,7 +141,8 @@ export {URLSearchParams} from './src/http/url_search_params'; * // Send a response to the request * connection.mockRespond(response); * }); - * }); + * } + * }); * * http.get('people.json').observer({ * next: res => { @@ -269,7 +270,8 @@ export const HTTP_BINDINGS = HTTP_PROVIDERS; * // Send a response to the request * connection.mockRespond(response); * }); - * }); + * } + * }); * jsonp.get('people.json').observer({ * next: res => {