diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-08 18:09:51 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-08 18:09:51 -0700 |
commit | ed1bdd7b932d6d9b9bbeacc3a355e2f31c25ed15 (patch) | |
tree | 4d7acc6f19d01af51bfc85ade06fb6ba93ae83d6 /lib | |
parent | 07268d5c5208ede6259da80680983dc9392a4428 (diff) |
White-space cleanup.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.common.js b/lib/gallery.common.js index da69e476..9aaac1ce 100644 --- a/lib/gallery.common.js +++ b/lib/gallery.common.js @@ -125,7 +125,7 @@ // Initialize context menus $.fn.gallery_context_menu = function() { - if ($(".g-context-menu li").length) { + if ($(".g-context-menu li").length) { var hover_target = ".g-context-menu"; var in_progress = 0; $(hover_target + " *").removeAttr('title'); |