mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1369446, fix a typo in add-on SDK, r=garvan
MozReview-Commit-ID: 8jiObSWls1y --HG-- extra : rebase_source : b3739565acd9874a2fd91f97481cf6cba13185d4
This commit is contained in:
parent
30d19a2167
commit
66d9dd944f
@ -13,7 +13,7 @@
|
||||
if ("addon" in window) {
|
||||
var count = 1;
|
||||
addon.port.on("get-result", () => {
|
||||
console.log("get-result recieved");
|
||||
console.log("get-result received");
|
||||
addon.port.emit("result" + count++, extras && extras.test())
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user