Skip to content

Commit 4434a71

Browse files
authored
:trollface:
1 parent 9397bc2 commit 4434a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ class AddonRunner {
715715
tab: new Tab(id),
716716
settings: new Settings(id, manifest),
717717
self: new Self(id, this.getResource.bind(this)),
718-
tabClass: id ==== "editor-animations" ? Tab : "access denied"
718+
tabClass: id === "editor-animations" ? Tab : "access denied"
719719
},
720720
msg: this.msg.bind(this),
721721
safeMsg: this.safeMsg.bind(this)

0 commit comments

Comments
 (0)