binds a callback function to an object
webix.ajax().bind(myobj).get("some.php", function(){ //this == myobj });