summaryrefslogtreecommitdiff
path: root/lib/gallery.common.js
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-08-10 10:49:50 -0700
committerBharat Mediratta <bharat@menalto.com>2009-08-10 10:49:50 -0700
commit790545ac97358dd92ce954e617d5255e6644c1a7 (patch)
tree0eef6a5b29600aad712c177eea7f4e02e0523754 /lib/gallery.common.js
parent351532d858b8071e23176bf3bf0eff8a5eab53f6 (diff)
Add missing semicolons.
Diffstat (limited to 'lib/gallery.common.js')
-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);