From 132573e6ea0d51e28faa96cf6a45dd19964e4ea4 Mon Sep 17 00:00:00 2001 From: master0yoshigr Date: Sun, 17 Feb 2013 21:02:21 -0500 Subject: [PATCH] Update code/hooks.js --- code/hooks.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/hooks.js b/code/hooks.js index d980c626..9da8bddc 100644 --- a/code/hooks.js +++ b/code/hooks.js @@ -23,7 +23,8 @@ // code/map_data.js#renderPortal near the end. Will hand // the Leaflet CircleMarker for the portal in "portal" var. // portalDetailsUpdated: fired after the details in the sidebar have -// been (re-)rendered +// been (re-)rendered. Provides data about the portal that +// has been selected. window._hooks = {} window.VALID_HOOKS = ['portalAdded', 'portalDetailsUpdated'];