From f9bb0847fc1e1aead8de491af27a9f5192410f6e Mon Sep 17 00:00:00 2001 From: Michael Barlow Date: Wed, 12 Dec 2018 11:53:13 -0700 Subject: [PATCH] remove duplicate bounds --- js/view/ISLCRulerNode.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/view/ISLCRulerNode.js b/js/view/ISLCRulerNode.js index 957afd6..39bb5d9 100644 --- a/js/view/ISLCRulerNode.js +++ b/js/view/ISLCRulerNode.js @@ -106,8 +106,6 @@ define( function( require ) { var maxX = model.rightObjectBoundary; var maxY = -modelHeight / 2 + modelRulerHeight; // top bound because Y is inverted var bounds = new Bounds2( minX, minY, maxX, maxY ); - this.mouseArea = ruler.bounds; - this.touchArea = this.mouseArea; this.addInputListener( new MovableDragHandler( model.rulerPositionProperty, { dragBounds: bounds,