fix(http): add missing semicolon

This commit is contained in:
Igor Minar 2015-10-03 10:04:17 -07:00
parent 208f3d4c65
commit 150cc22532
1 changed files with 1 additions and 1 deletions

View File

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