diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-05-26 04:56:43 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-05-26 04:56:43 +0000 |
commit | c7922218215bc5601db93c5c0da5793e01769cfe (patch) | |
tree | 03614fbcc912e76ce495ffbcf05fef9a6ff5fa13 /lib | |
parent | 6a49ca262e6c78b1dd718e091a6d985204cd2372 (diff) |
Fixed docblock reference
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.panel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.panel.js b/lib/gallery.panel.js index 6ac50615..e3856b8f 100644 --- a/lib/gallery.panel.js +++ b/lib/gallery.panel.js @@ -1,6 +1,6 @@ /** * Fire togglePanel() and prevent links from opening - * @see openDialog() + * @see togglePanel() */ function handlePanelEvent(event) { togglePanel(event.currentTarget); |