Bug 870879 - Follow-up that fixes the resetButton getter so that it uses the right element ID. r=trivial.

This commit is contained in:
Mike Conley 2013-05-20 15:45:48 -04:00
parent d4eac3d3fd
commit f069034347

View File

@ -52,7 +52,7 @@ CustomizeMode.prototype = {
_customizing: false,
get resetButton() {
return this.document.getElementById("customization-restore-button");
return this.document.getElementById("customization-reset-button");
},
init: function() {