summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-05-26 04:56:43 +0000
committerChad Kieffer <chad@2tbsp.com>2009-05-26 04:56:43 +0000
commitc7922218215bc5601db93c5c0da5793e01769cfe (patch)
tree03614fbcc912e76ce495ffbcf05fef9a6ff5fa13 /lib
parent6a49ca262e6c78b1dd718e091a6d985204cd2372 (diff)
Fixed docblock reference
Diffstat (limited to 'lib')
-rw-r--r--lib/gallery.panel.js2
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);