Fixed world-threatening typo.

This commit is contained in:
Nick Winter 2014-09-23 18:59:08 -07:00
parent 019f634d9f
commit 5397c51819

View file

@ -47,7 +47,7 @@ module.exports = Surface = class Surface extends CocoClass
grid: false
navigateToSelection: true
choosing: false # 'point', 'region', 'ratio-region'
coords: null # use world defaults, or set to false/true to overrid
coords: null # use world defaults, or set to false/true to override
playJingle: false
showInvisible: false
frameRate: 30 # Best as a divisor of 60, like 15, 30, 60, with RAF_SYNCHED timing.