diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-07 10:33:11 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-07 10:33:11 -0700 |
commit | 46b9375d9050ba7f46def18b59ee80f0ffc15d3a (patch) | |
tree | 6784aa5443917a1faf6c9324e7a11fa1c8c5ff8a /lib/gallery.common.js | |
parent | bc6c5207be18cf978cf4e8f5c22a3adbb8254476 (diff) |
Forgot this file on the gallery dialog commit
Diffstat (limited to 'lib/gallery.common.js')
-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() { |