Back out part of the last change which is not actually correct

This commit is contained in:
bzbarsky@mit.edu 2007-05-15 20:39:36 -07:00
Родитель 5b76206034
Коммит 8dbc1ad3a7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -283,8 +283,8 @@ function test_property(property)
property + ": " + value + "'");
}
if (test_computed && "subproperties" in info) {
gDeclaration.removeProperty(property);
for (idx in info.subproperties) {
gDeclaration.removeProperty(property);
var subprop = info.subproperties[idx];
if ("backend_only" in gCSSProperties[subprop])
continue;