Skip to content

Commit

Permalink
Cleanup eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vladminsky committed Nov 2, 2016
1 parent 2571d78 commit a2b8f26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/elements/element.generic.cartesian.js
Expand Up @@ -62,8 +62,6 @@ export class GenericCartesian extends Element {
}

evalGrammarRules(grammarModel) {

const config = this.config;
const args = {
dataSource: this.data()
};
Expand All @@ -74,7 +72,6 @@ export class GenericCartesian extends Element {
}

adjustScales(grammarModel) {
const config = this.config;
const args = {
dataSource: this.data()
};
Expand Down

0 comments on commit a2b8f26

Please sign in to comment.