Skip to content

Commit

Permalink
documentation and name changes, phetsims/gravity-force-lab#186
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 5, 2019
1 parent f064b39 commit 4ec40f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/view/ISLCRulerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ define( require => {
// the ruler's orgin is the center, this offset get's the edge of it.
const rulerAlignWithObjectXOffset = modelViewTransform.viewToModelDeltaX( RULER_WIDTH ) / 2;

// register hot key shortcuts
keyboardDragListener.addHotkeyGroups( [ {
// register hotkeys
keyboardDragListener.addHotkeys( [ {
keys: [ KeyboardUtil.KEY_J, KeyboardUtil.KEY_C ], // jump to center of object 1
callback: () => {
const x = model.object1.positionProperty.value;
Expand Down

0 comments on commit 4ec40f4

Please sign in to comment.