Skip to content

Commit c0cbae1

Browse files
authored
Merge pull request #981 from plotly/fix-master
Fix linting in lib/filter.js
2 parents fdeed44 + c57a1e5 commit c0cbae1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/filter.js

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

9+
'use strict';
10+
911
module.exports = require('../src/transforms/filter');

0 commit comments

Comments
 (0)