fixed grammer in doc

This commit is contained in:
Andy Gup 2014-05-23 16:56:27 -06:00
parent 475d54e2a8
commit 8186b71dcf

View File

@ -25,8 +25,8 @@ Property | Value | Description
`map` | Object | Refers to the main applications Esri.Map object.
`store` | Object | Refers to the local database and hooks directly to its [functionality](offlinetilesenabler.md).
`RECENTER_DELAY` | 350 | Default is 350ms. Millisecond delay before attempting to recenter the map after orientation changes. Note: adjusting this too high will cause annoying delays. Adjusting this to short and it may not fire properly within the application life cycle.
`PROGRESS_START` | "start" | Parsing has begun. Important for control UX elements that provide user feedback during parsing.
`PROGRESS_END` | "end" | Parsing has finished. Important for control UX elements that provide user feedback during parsing.
`PROGRESS_START` | "start" | Parsing has begun. Important for control of UX elements that provide user feedback during parsing.
`PROGRESS_END` | "end" | Parsing has finished. Important for control of UX elements that provide user feedback during parsing.
`WINDOW_VALIDATED` | "windowValidated" | All window related functionality has been checked. Example: Window.File and Window.FileReader.
`DB_VALIDATED` | "dbValidated" | All database checks have passed.