Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion use.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h2 id="parameters">All Parameters</h2>
edit : false, // add x,y coordinates into zoom window to make it easier to find coordinates

// callbacks
initialzied : function(event, zoomer){}, // AnythingZoomer done initializing
initialized : function(event, zoomer){}, // AnythingZoomer done initializing
zoom : function(event, zoomer){}, // zoom window visible
unzoom : function(event, zoomer){} // zoom window hidden

Expand Down