fixed cellHeight() check for no-op return
the code that checked for cell height and unit being the same was incorrect. Testing Done: calling this should be no-op, but wasn't this.grid.cellHeight( this.grid.cellHeight() );
Please register or sign in to comment