From 3cfcc6f588f91cfa1b58dd72a61ef22f59a57fa1 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Sun, 10 Nov 2013 21:01:41 -0500 Subject: [PATCH] remove foo: bar from FitRows --- js/layout-modes/fit-rows.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;