Browse Source

remove foo: bar from FitRows

pull/563/head
David DeSandro 11 years ago
parent
commit
3cfcc6f588
  1. 4
      js/layout-modes/fit-rows.js

4
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;

Loading…
Cancel
Save