Closed
Bug 1032606
Opened 10 years ago
Closed 10 years ago
remove extend function from sdk/test
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: evold, Assigned: evold)
References
Details
Attachments
(1 file)
we should use `const { extend } = require("sdk/util/object");` instead of creating a new extend function.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → evold
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8448435 -
Flags: review?(jsantell)
Updated•10 years ago
|
Attachment #8448435 -
Flags: review?(jsantell) → review+
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/a6cc036f7ff484687c4922a29dbe54182aa53a72
Bug 1032606 - remove extend function from sdk/test
https://github.com/mozilla/addon-sdk/commit/b1e428ead66b5b52e6b7de279fe5ef284cc76d54
Merge pull request #1532 from erikvold/1032606
Bug 1032606 - remove extend function from sdk/test r=@jsantell
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•