summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/gallery.common.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gallery.common.js b/lib/gallery.common.js
index 4db316c0..fdb7a1cc 100644
--- a/lib/gallery.common.js
+++ b/lib/gallery.common.js
@@ -78,7 +78,7 @@
return this.id.match(/gPhotoId-\d+/);
});
return photo;
- }
+ };
/**
* Get the sum of an element's height, margin-top, and margin-bottom
@@ -102,7 +102,7 @@
$(this).removeClass("ui-state-hover");
}
);
- }
+ };
})(jQuery);