update docs
This commit is contained in:
parent
b960ef3ea4
commit
abc6e948e0
1 changed files with 40 additions and 40 deletions
|
@ -1,13 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.Map <f:Ox.Element> Basic map object
|
||||
Ox.Map <f> Basic map object
|
||||
# DESCRIPTION --------------------------------------------------------------
|
||||
<code>Ox.Map</code> is a wrapper around the
|
||||
<a href="http://code.google.com/apis/maps/documentation/javascript/">Google
|
||||
Maps API</a>.
|
||||
# USAGE --------------------------------------------------------------------
|
||||
([options[, self]]) -> <o> Map object
|
||||
# ARGUMENTS ----------------------------------------------------------------
|
||||
options <o|{}> options
|
||||
clickable <b|false> If true, clicking on the map finds a place
|
||||
|
@ -38,7 +36,9 @@ Ox.Map <f:Ox.Element> Basic map object
|
|||
showZoombar <b|false> If true, the map has a zoombar
|
||||
zoomOnlyWhenFocused <b|false> If true, scroll-zoom only when focused
|
||||
self <o|{}> Shared private variable
|
||||
# EVENTS -------------------------------------------------------------------
|
||||
# USAGE --------------------------------------------------------------------
|
||||
([options[, self]]) -> <o:Ox.Element> Map object
|
||||
# EVENTS ---------------------------------------------------------------
|
||||
addplace <!> Fires when a place has been added
|
||||
place <o> Place object
|
||||
editplace <!> Fires when a place has been edited
|
||||
|
|
Loading…
Reference in a new issue