Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
remove table-layout. it was just proxying layout-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Dec 18, 2014
1 parent 863af50 commit e4ad834
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/table-layout.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/table.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

var utils = require('./utils');
var tableLayout = require('./table-layout');
var tableLayout = require('./layout-manager');
var _ = require('lodash');

function Table(options){
Expand Down

0 comments on commit e4ad834

Please sign in to comment.