remove find button in MOZCENTRAL

This commit is contained in:
Artur Adib 2012-09-26 16:47:26 -04:00
parent 1ec2e2a1a2
commit e2a2085f62
2 changed files with 3 additions and 2 deletions

View file

@ -446,8 +446,7 @@ var PDFFindBar = {
this.findMsgNotFound = document.getElementById('findMsgNotFound');
var self = this;
this.toggleButton.addEventListener('click',
function() {
this.toggleButton.addEventListener('click', function() {
self.toggle();
});