Bug 811720 - Detach touch adapter when deactivating. r=eeejay

This commit is contained in:
David Bolter 2012-11-15 09:37:59 -05:00
Родитель 5f2c3504e2
Коммит 9cacc5dd37
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -116,6 +116,7 @@ this.AccessFu = {
mm.sendAsyncMessage('AccessFu:Stop');
Input.detach();
this.touchAdapter.detach(this.chromeWin);
this.chromeWin.removeEventListener('TabOpen', this);
this.chromeWin.removeEventListener('TabSelect', this);