X Tutup
Skip to content

Commit 150cc22

Browse files
committed
fix(http): add missing semicolon
1 parent 208f3d4 commit 150cc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/http/backends/jsonp_backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class JSONPConnection implements Connection {
8787
this._dom.cleanup(script);
8888
}
8989

90-
}
90+
};
9191
});
9292
}
9393

0 commit comments

Comments
 (0)
X Tutup