ItEr13S14ArquitecturaClientesItEr11S12: Adding explaining comment.
This commit is contained in:
parent
99d5466cf5
commit
7a95342b9e
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue