onBeforeShow callback function not workinh
divsbhalala opened this issue · 1 comments
divsbhalala commented
onBeforeShow : function(){
console.log('This is beforeShow');
}
The above callback function is not working
object505 commented
Can you make an example with the callback not working?
Here is a test showing that it works http://jsfiddle.net/object505/pc5v7mbo/
:)