summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-08 15:52:04 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-08 15:52:04 -0700
commitae428a7e21ab712718e2d4d20381c2772011ff1f (patch)
tree182d774703a9bedfb9c0dc2af3533a47f6578718
parent35c6bc3cfabdea1f0af16bc2a81e14bd6914bd70 (diff)
remove a debug statement left over from previous commit
-rw-r--r--lib/gallery.dialog.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gallery.dialog.js b/lib/gallery.dialog.js
index 9aebd455..4bbb8ab7 100644
--- a/lib/gallery.dialog.js
+++ b/lib/gallery.dialog.js
@@ -2,7 +2,6 @@
$.widget("ui.gallery_dialog", {
_init: function() {
var self = this;
- var options = self.options;
if (!self.options.immediate) {
this.element.click(function(event) {
event.preventDefault();