Skip to content

Commit 0e54941

Browse files
committed
implement options.levelVisible, #71
Signed-off-by: Chris Malley <[email protected]>
1 parent 21912f6 commit 0e54941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/FiniteStatusBar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ define( function( require ) {
124124
var leftChildren = [];
125125

126126
// Level N
127-
if ( options.levelProperty ) {
127+
if ( options.levelProperty && options.levelVisible ) {
128128
var levelText = new Text( '', _.extend( {
129129
tandem: options.tandem.createTandem( 'levelText' )
130130
}, options.levelTextOptions ) );

0 commit comments

Comments
 (0)