Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed May 30, 2017
1 parent 2f83963 commit 7841492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/xhr-impl.js
Expand Up @@ -216,7 +216,7 @@ export class Xhr {
*
* @param {string} input
* @param {?FetchInitDef=} opt_init
* @return {!Promise<!JSONType>}
* @return {!Promise<!FetchResponse>}
*/
fetchJson(input, opt_init) {
const init = setupInit(opt_init, 'application/json');
Expand Down

0 comments on commit 7841492

Please sign in to comment.