diff --git a/code/hooks.js b/code/hooks.js index 629c5ff3..7cda12d0 100644 --- a/code/hooks.js +++ b/code/hooks.js @@ -37,12 +37,6 @@ // displayed. The data hash contains both the unprocessed // raw ajax response as well as the processed chat data // that is going to be used for display. -// portalDataLoaded: callback is passed the argument of -// {portals : [portal, portal, ...]} where "portal" is the -// data element and not the leaflet object. "portal" is an -// array [GUID, time, details]. Plugin can manipulate the -// array to change order or add additional values to the -// details of a portal. // requestFinished: DEPRECATED: best to use mapDataRefreshEnd instead // called after each map data request finished. Argument is // {success: boolean} indicated the request success or fail.