diff --git a/examples/example 6 - Interactivity/index.html b/examples/example 6 - Interactivity/index.html index f5a0053..5131e4a 100644 --- a/examples/example 6 - Interactivity/index.html +++ b/examples/example 6 - Interactivity/index.html @@ -80,7 +80,7 @@ } // set the mouseup and touchend callback.. - button.mouseup = button.touchend = function(data){ + button.mouseup = button.touchend = button.mouseupoutside = button.touchendoutside = function(data){ this.isdown = false; if(this.isOver)