diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-10 10:49:50 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-10 10:49:50 -0700 |
commit | 790545ac97358dd92ce954e617d5255e6644c1a7 (patch) | |
tree | 0eef6a5b29600aad712c177eea7f4e02e0523754 /lib | |
parent | 351532d858b8071e23176bf3bf0eff8a5eab53f6 (diff) |
Add missing semicolons.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.js | 4 |
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); |