diff --git a/js/input/DownUpListener.js b/js/input/DownUpListener.js index b2d45dc28..401662f62 100644 --- a/js/input/DownUpListener.js +++ b/js/input/DownUpListener.js @@ -66,6 +66,10 @@ define( function( require ) { sceneryLog && sceneryLog.InputListener && sceneryLog.pop(); }, + interrupt: function() { + self.interrupt(); + }, + // touch cancel cancel: function( event ) { sceneryLog && sceneryLog.InputListener && sceneryLog.InputListener( 'DownUpListener (pointer) cancel for ' + self.downTrail.toString() );