1
0
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:
Kris Maglione
2011-03-15 23:12:28 -04:00
parent 2d03f3f9ca
commit f1965c81ff
8 changed files with 167 additions and 145 deletions

View File

@@ -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() {