Commit d9f42b4 1 parent 93a96cc commit d9f42b4 Copy full SHA for d9f42b4
File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ define( function( require ) {
15
15
var AlignBox = require ( 'SCENERY/nodes/AlignBox' ) ;
16
16
var AlignGroup = require ( 'SCENERY/nodes/AlignGroup' ) ;
17
17
var BarChartNode = require ( 'GRIDDLE/BarChartNode' ) ;
18
- var ButtonListener = require ( 'SCENERY/input/ButtonListener' ) ;
19
18
var ClearThermalButton = require ( 'SCENERY_PHET/ClearThermalButton' ) ;
20
19
var Color = require ( 'SCENERY/util/Color' ) ;
21
20
var ColorConstants = require ( 'SUN/ColorConstants' ) ;
@@ -247,11 +246,6 @@ define( function( require ) {
247
246
} ) ;
248
247
}
249
248
250
- // close it on a click
251
- var closeListener = new ButtonListener ( {
252
- fire : dialog . hide . bind ( dialog )
253
- } ) ;
254
- dialog . addInputListener ( closeListener ) ;
255
249
dialog . show ( ) ;
256
250
}
257
251
} ) ;
You can’t perform that action at this time.
0 commit comments