Reverted temporary getAttribute/setAttribute fix

This commit is contained in:
vidur%netscape.com 1999-01-06 02:26:43 +00:00
Родитель ed33544fc4
Коммит 0ba7907be4
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -484,8 +484,8 @@ static JSPropertySpec ElementProperties[] =
//
static JSFunctionSpec ElementMethods[] =
{
{"getDOMAttribute", ElementGetDOMAttribute, 1},
{"setDOMAttribute", ElementSetDOMAttribute, 2},
{"getAttribute", ElementGetDOMAttribute, 1},
{"setAttribute", ElementSetDOMAttribute, 2},
{"removeAttribute", ElementRemoveAttribute, 1},
{"getAttributeNode", ElementGetAttributeNode, 1},
{"setAttributeNode", ElementSetAttributeNode, 1},