Browse Source

comment fix

pull/563/head
David DeSandro 12 years ago
parent
commit
dc1534f9d0
  1. 2
      layout-mode.js

2
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

Loading…
Cancel
Save