changeset 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 f817d2a5cc0a
children a54d04d76554
files dnd.module
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
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'),