Bug 599501 Browser fights me when I try to zoom r=mfinkle

This commit is contained in:
Benjamin Stover 2010-09-24 17:40:45 -07:00
Родитель 9c4241d21d
Коммит a742788692
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -358,6 +358,8 @@
// (as opposed to one of its iframes).
if (this.feeds && aMessage.target == this)
this.feeds = null;
if (aMessage.windowId == this.contentWindowId)
this.scale = 1;
]]>
</body>