Roo/bootstrap/Card.js
authorAlan Knowles <alan@roojs.com>
Mon, 16 Nov 2020 07:40:59 +0000 (15:40 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 16 Nov 2020 07:40:59 +0000 (15:40 +0800)
Roo/bootstrap/Card.js

index cea8ff5..d628e40 100644 (file)
@@ -65,9 +65,12 @@ Roo.bootstrap.Card = function(config){
          * @event drop
          * When a element a card is dropped
          * @param {Roo.bootstrap.Element} this
+         * @param {Roo.Element} n the node being dropped?
+         * @param {Object} dd Drag and drop data
          * @param {Roo.EventObject} e
+         * @param {Roo.EventObject} data  the data passed via getDragData
          */
-        'drop' : true,
+        'drop' : true
         
     });
 };