Skip to content

Commit d735b64

Browse files
committed
minor cleanup
1 parent 3e0f209 commit d735b64

File tree

4 files changed

+12
-24
lines changed

4 files changed

+12
-24
lines changed

src/transforms/filter.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
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-
*/
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+
*/
88

99
'use strict';
1010

src/transforms/groupby.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
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-
*/
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+
*/
88

99
'use strict';
1010

test/jasmine/tests/plotschema_test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
var Plotly = require('@lib/index');
22
var Lib = require('@src/lib');
33

4-
Plotly.register([
5-
// until they become official
6-
require('../assets/transforms/filter')
7-
]);
8-
94
describe('plot schema', function() {
105
'use strict';
116

test/jasmine/tests/transforms_test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ var d3 = require('d3');
66
var createGraphDiv = require('../assets/create_graph_div');
77
var destroyGraphDiv = require('../assets/destroy_graph_div');
88

9-
Plotly.register([
10-
//register filter in build
11-
//require('@src/transforms/filter'),
12-
require('@src/transforms/groupby')
13-
]);
14-
15-
169
describe('one-to-one transforms:', function() {
1710
'use strict';
1811

0 commit comments

Comments
 (0)