Skip to content

Commit

Permalink
Merge pull request #247 from Manish2005/master
Browse files Browse the repository at this point in the history
Added missing dependency:  col-cache.js
  • Loading branch information
guyonroche authored Jan 3, 2017
2 parents 573b25a 3dc8868 commit 80ce939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/doc/column.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,7 @@
'use strict';

var _ = require('lodash');

var colCache = require('../utils/col-cache');
// Column defines the column properties for 1 column.
// This includes header rows, widths, key, (style), etc.
// Worksheet will condense the columns as appropriate during serialization
Expand Down

0 comments on commit 80ce939

Please sign in to comment.