Skip to content

Commit ef6ee69

Browse files
committed
fix: typo
1 parent 9d05ae6 commit ef6ee69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/content/statusline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const StatusField = Class("StatusField", {
6262
if (this._updater)
6363
this._updater(this.node, value);
6464
},
65-
desctroy: function () {
65+
destroy: function () {
6666
this.node.parentNode.removeChild(this.node);
6767
},
6868
});

0 commit comments

Comments
 (0)