Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 28, 2014
1 parent 1194af8 commit ba736bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/experimental/buttons/RoundStickyToggleButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ define( function( require ) {
var inherit = require( 'PHET_CORE/inherit' );
var RoundButtonView = require( 'SUN/experimental/buttons/RoundButtonView' );
var StickyToggleButtonModel = require( 'SUN/experimental/buttons/StickyToggleButtonModel' );
var ButtonListener = require( 'SUN/experimental/buttons/ButtonListener' );

function RoundStickyToggleButton( booleanProperty, options ) {
options = _.extend( {
Expand Down

0 comments on commit ba736bd

Please sign in to comment.