Skip to content

Commit 3e0f209

Browse files
timelyportfoliomonfera
authored andcommitted
try to get header correct
1 parent 6daeac5 commit 3e0f209

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/transforms/filter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
109
'use strict';
1110

1211
var isNumeric = require('fast-isnumeric');

src/transforms/groupby.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* Copyright 2012-2016, Plotly, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the MIT license found in the
6+
* LICENSE file in the root directory of this source tree.
7+
*/
8+
19
'use strict';
210

311
// var Lib = require('@src/lib');

0 commit comments

Comments
 (0)