diff options
Diffstat (limited to 'chrome/js/redirectorprefs.js')
-rw-r--r-- | chrome/js/redirectorprefs.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/js/redirectorprefs.js b/chrome/js/redirectorprefs.js index a0cd366..b456bac 100644 --- a/chrome/js/redirectorprefs.js +++ b/chrome/js/redirectorprefs.js @@ -9,6 +9,7 @@ RedirectorPrefs.prototype = { watch : function(prop_name, cb) { Object.defineProperty(this, prop_name, { + configurable: true, set: function(val) { cb(prop_name, null, val); }, |