Skip to content

Commit

Permalink
Supply tandems, see phetsims/scenery-phet#262
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 3, 2017
1 parent af54f05 commit ad809a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ define( function( require ) {
var RectangularPushButton = require( 'SUN/buttons/RectangularPushButton' );
var AccessiblePeer = require( 'SCENERY/accessibility/AccessiblePeer' );
var joist = require( 'JOIST/joist' );
var Tandem = require( 'TANDEM/Tandem' );

/**
* @param {Node} content - The content to display inside the dialog (not including the title)
Expand Down Expand Up @@ -55,7 +56,7 @@ define( function( require ) {
return new DialogAccessiblePeer( accessibleInstance, self );
}
},
tandem: null
tandem: Tandem.createDefaultTandem( 'dialog' )
}, options );

// @private (read-only)
Expand Down

0 comments on commit ad809a4

Please sign in to comment.