clone._function¶
webix.clone.
_function
([see official doc])¶webix.clone._function helper.
Please look into the linked official documentation.
External references¶
Code¶
1 2 3 | webix.clone._function = function(){};
//copies methods and properties from source to the target
|