diff --git a/js/layout-modes/fit-rows.js b/js/layout-modes/fit-rows.js index 207b5bf..ebbf930 100644 --- a/js/layout-modes/fit-rows.js +++ b/js/layout-modes/fit-rows.js @@ -4,9 +4,7 @@ function fitRowsDefinition( LayoutMode ) { -var FitRows = LayoutMode.create( 'fitRows', { - foo: 'bar' -}); +var FitRows = LayoutMode.create('fitRows'); FitRows.prototype._resetLayout = function() { this.x = 0;