mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 04:57:58 +01:00
Automagically generate option types and default value entities for options.xml.
This commit is contained in:
@@ -264,7 +264,8 @@ var StatusLine = Module("statusline", {
|
||||
get bookmarked() this._bookmarked,
|
||||
set bookmarked(val) {
|
||||
this._bookmarked = val;
|
||||
this.status = this.status;
|
||||
if (this.status)
|
||||
this.status = this.status;
|
||||
},
|
||||
|
||||
updateStatus: function updateStatus() {
|
||||
|
||||
Reference in New Issue
Block a user