Mercurial > defr > drupal > scald > dnd
diff dnd.module @ 49:af6627970bc4
DnD: Don't redefine properties that belongs to system.module
author | Franck Deroche <defr@ows.fr> |
---|---|
date | Tue, 18 May 2010 15:29:29 +0000 |
parents | a9dc86da7be8 |
children | a54d04d76554 |
line wrap: on
line diff
--- a/dnd.module Mon Apr 19 10:35:02 2010 +0000 +++ b/dnd.module Tue May 18 15:29:29 2010 +0000 @@ -43,10 +43,6 @@ function dnd_elements() { $type = array(); $type['textarea'] = array( - '#input' => TRUE, - '#cols' => 60, - '#rows' => 5, - '#resizable' => TRUE, '#dnd-enabled' => FALSE, '#dnd-settings' => NULL, '#process' => array('form_expand_ahah', 'dnd_process_textarea'),