Skip to content

Commit

Permalink
fix options comments #127
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Aug 10, 2017
1 parent ccc99ab commit e61190b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/lab/view/KeypadLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,13 @@ define( function( require ) {

options = _.extend( {

// KeypadPanel options
valueBoxWidth: 85, // {number} width of the value field, height determined by valueFont
valueYMargin: 3, // {number} vertical margin inside the value box
valueFont: TEXT_FONT,
maxDigits: 8, // {number} maximum number of digits that can be entered on the keypad
maxDecimals: 2, // {number} maximum number of decimal places that can be entered on the keypd

// Plane options
// supertype options
visible: false,
fill: 'rgba( 0, 0, 0, 0.2 )'
}, options );
Expand Down

0 comments on commit e61190b

Please sign in to comment.