fix(http): add missing semicolon
This commit is contained in:
parent
208f3d4c65
commit
150cc22532
|
@ -87,7 +87,7 @@ export class JSONPConnection implements Connection {
|
||||||
this._dom.cleanup(script);
|
this._dom.cleanup(script);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue