summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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() {