We dont like tabs

This commit is contained in:
Thomas Fuchs 2007-03-08 22:45:07 +00:00
parent 752eebdd26
commit 1bf16af3bc
1 changed files with 8 additions and 8 deletions

View File

@ -524,14 +524,14 @@ Element._attributeTranslations = {
};
(function() {
Object.extend(this, {
href: this._getAttr,
src: this._getAttr,
disabled: this._flag,
checked: this._flag,
readonly: this._flag,
multiple: this._flag
});
Object.extend(this, {
href: this._getAttr,
src: this._getAttr,
disabled: this._flag,
checked: this._flag,
readonly: this._flag,
multiple: this._flag
});
}).call(Element._attributeTranslations.values);
Element.Methods.Simulated = {