Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-acevedo authored Jan 17, 2017
1 parent a22e804 commit 9d8f3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ cesiumViewer.extend(Cesium.viewerCesiumNavigationMixin, options);
viewer.cesiumNavigation.destroy();
```
- To lock the compass and navigation controls use the following. Use true to lock mode,
- false for unlocked mode. The default is false.
false for unlocked mode. The default is false.
```JavaScript
viewer.cesiumNavigation.setNavigationLocked(true/false);
```
Expand Down

0 comments on commit 9d8f3ff

Please sign in to comment.