fix(http): add missing semicolon

This commit is contained in:
Igor Minar 2015-10-03 10:04:17 -07:00
parent 208f3d4c65
commit 150cc22532

View File

@ -87,7 +87,7 @@ export class JSONPConnection implements Connection {
this._dom.cleanup(script); this._dom.cleanup(script);
} }
} };
}); });
} }