diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-08 01:33:11 +0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-08 02:08:34 +0800 |
commit | 30b77b5714c66f1f73fb98b61f1b17e2c84ece53 (patch) | |
tree | 92ca281bd6d17a5b98c9fa8fe68ab7a60e3d73e3 | |
parent | a302a9c3fa7ec8d11373dc5eeb9c94400a255b1a (diff) |
Forgot this file on the gallery dialog commit
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
-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 e063462e..50652532 100644 --- a/lib/gallery.common.js +++ b/lib/gallery.common.js @@ -10,7 +10,7 @@ }); }; -// Vertically align a block element's content + // Vertically align a block element's content $.fn.vAlign = function(container) { return this.each(function(i){ if (container == null) { @@ -25,7 +25,7 @@ }); }; -// Get the viewport size + // Get the viewport size $.getViewportSize = function() { return { width : function() { |