Skip to content

Commit

Permalink
fix(http): add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Oct 3, 2015
1 parent 208f3d4 commit 150cc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/angular2/src/http/backends/jsonp_backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class JSONPConnection implements Connection {
this._dom.cleanup(script);
}

}
};
});
}

Expand Down

0 comments on commit 150cc22

Please sign in to comment.