Removing an annoying 'go' dump statement in the color picker. Bug 80869. Patch by Stephen Walker <walk84@usa.net) r=stephend/timeless sr=hewitt

This commit is contained in:
stephend%netscape.com 2001-05-15 05:55:10 +00:00
Родитель 6bf35cb255
Коммит d4caa9568f
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -134,7 +134,6 @@
<method name="resetHover">
<body><![CDATA[
dump("go!\n");
if (this.mHoverCell)
this.mHoverCell.removeAttribute("hover");
]]></body>