VenoBox
VenoBox copied to clipboard
onPreOpen does not work
From docs:
" // is called before the venobox pops up, return false to prevent opening;"
so:
onPreOpen: function(obj){
return false;
},
Should prevent VenoBox from opening? Right?
Well is does not!