From dc1534f9d0d5876a1c6a2e1b58512be31cb9b7c7 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Sun, 13 Oct 2013 10:55:51 -0400 Subject: [PATCH] comment fix --- layout-mode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout-mode.js b/layout-mode.js index 6d2ff7c..4987424 100644 --- a/layout-mode.js +++ b/layout-mode.js @@ -95,7 +95,7 @@ layoutMode.create = function( namespace, options ) { LayoutMode.prototype.getRowHeight = function() { this._getMeasurement( 'rowHeight', 'outerHeight' ); if ( this.rowHeight ) { - // got column width, we can chill + // got rowHeight, we can chill return; } // columnWidth fall back to item of first element