diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-08 15:52:04 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-08 15:52:04 -0700 |
commit | ae428a7e21ab712718e2d4d20381c2772011ff1f (patch) | |
tree | 182d774703a9bedfb9c0dc2af3533a47f6578718 /lib | |
parent | 35c6bc3cfabdea1f0af16bc2a81e14bd6914bd70 (diff) |
remove a debug statement left over from previous commit
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.dialog.js | 1 |
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(); |