diff options
Diffstat (limited to 'ceee/firefox/content/overlay.js')
-rw-r--r-- | ceee/firefox/content/overlay.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ceee/firefox/content/overlay.js b/ceee/firefox/content/overlay.js index 7b94b5e..9931566 100644 --- a/ceee/firefox/content/overlay.js +++ b/ceee/firefox/content/overlay.js @@ -828,7 +828,6 @@ CEEE_Class.prototype.onCfMessage_ = function(evt, target) { this.logError('onCfMessage_: exception thrown by handler cmd=' + cmd + ' err=' + ex); err = ex.message; - value = null; } } else { this.logError('onCfMessage_: dispatch entry is not a function'); |