don't trigger 'censored' event on doubleclick

This commit is contained in:
rlx 2012-04-22 10:16:07 +00:00
parent f0d4043fd4
commit a1c82cb262

View file

@ -452,7 +452,7 @@ Ox.VideoPlayer = function(options, self) {
})
.hide()
.bindEvent({
anyclick: function() {
singleclick: function() {
that.triggerEvent('censored');
}
})