Forgot to remove this line in my last commit.

This commit is contained in:
Colby Klein 2011-06-23 19:28:42 -07:00
parent 1460789817
commit bb09555cdb

View File

@ -52,7 +52,6 @@ class TextareaField extends FormField {
'id' => $this->id(),
'class' => 'readonly' . ($this->extraClass() ? $this->extraClass() : ''),
'name' => $this->name,
'tabindex' => $this->getTabIndex(),
'readonly' => 'readonly'
);