summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-09-10 08:54:09 -0400
committerKris Maglione <maglione.k@gmail.com>2011-09-10 08:54:09 -0400
commit7b67f3c89588fcea90acbb8e001571f502cfa2ca (patch)
tree290237eb8e4164b4481f0eee98272bc5b06b3a25 /common
parentf6dd7ba2ce29beb0559f60bfcffc70b38a266e99 (diff)
downloadpentadactyl-7b67f3c89588fcea90acbb8e001571f502cfa2ca.tar.gz
Fix Class#update for non-localized classes.
Diffstat (limited to 'common')
-rw-r--r--common/modules/base.jsm2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/modules/base.jsm b/common/modules/base.jsm
index a93ed81d..09bd47ac 100644
--- a/common/modules/base.jsm
+++ b/common/modules/base.jsm
@@ -986,8 +986,10 @@ Class.prototype = {
catch (e) {}
}, this);
}
+ return this;
},
+ localizedProperties: {},
magicalProperties: {}
};
Class.makeClosure = function makeClosure() {