summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gallery.in_place_edit.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/gallery.in_place_edit.js b/lib/gallery.in_place_edit.js
index 5a815dac..48c86739 100644
--- a/lib/gallery.in_place_edit.js
+++ b/lib/gallery.in_place_edit.js
@@ -1,5 +1,7 @@
(function($) {
$.widget("ui.gallery_in_place_edit", {
+ options: {},
+
_init: function() {
var self = this;
this.element.click(function(event) {
@@ -68,8 +70,4 @@
});
}
});
-
- $.extend($.ui.gallery_in_place_edit, {
- defaults: {}
- });
})(jQuery);