forked from 0x2620/oxjs
typo
This commit is contained in:
parent
df3ea541b3
commit
6b2d26e950
1 changed files with 2 additions and 1 deletions
|
|
@ -120,6 +120,7 @@ Ox.Map = function(options, self) {
|
||||||
key_0: function() {
|
key_0: function() {
|
||||||
panToPlace()
|
panToPlace()
|
||||||
},
|
},
|
||||||
|
key_c: toggleControls,
|
||||||
key_down: function() {
|
key_down: function() {
|
||||||
pan(0, 1);
|
pan(0, 1);
|
||||||
},
|
},
|
||||||
|
|
@ -225,7 +226,7 @@ Ox.Map = function(options, self) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'toggleControls',
|
id: 'toggleControls',
|
||||||
title: self.options.showLabels
|
title: self.options.showControls
|
||||||
? ['Hide Controls', 'Show Controls']
|
? ['Hide Controls', 'Show Controls']
|
||||||
: ['Show Controls', 'Hide Controls'],
|
: ['Show Controls', 'Hide Controls'],
|
||||||
keyboard: 'c'
|
keyboard: 'c'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue