object505/tipso

onBeforeShow callback function not workinh

divsbhalala opened this issue · 1 comments

onBeforeShow : function(){
console.log('This is beforeShow');
}
The above callback function is not working

Can you make an example with the callback not working?

Here is a test showing that it works http://jsfiddle.net/object505/pc5v7mbo/

:)