ItEr13S14ArquitecturaClientesItEr11S12: Adding explaining comment.

This commit is contained in:
Óscar González Fernández 2009-06-17 21:44:00 +02:00 committed by Javier Moran Rua
parent 99d5466cf5
commit 7a95342b9e

View file

@ -31,6 +31,8 @@ zkTask.recolocateAfterAdding = function(cmp){
}
zkTask.init = function(cmp) {
//Instead of executing the code directly, a callback is created
//that will be executed when the user passes the mouse over the task
var callback = function(){
//Configure the drag&drop over the component
var dd = zkTask.getDD(cmp);