Skip to content

Commit

Permalink
re-enable jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Aug 7, 2016
1 parent a308b39 commit 7227a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"devDependencies": {
"rollup": "0.27",
"tape": "4",
"uglify-js": "2"
"uglify-js": "2",
"jshint": "^2.8.0"
},
"description": "Area Proportional Venn and Euler Diagrams",
"main": "build/venn.js",
Expand Down
1 change: 0 additions & 1 deletion venn.js
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,6 @@
var data = selection.datum();
var solution = layoutFunction(data);
if (normalize) {
console.log(orientationOrder);
solution = normalizeSolution(solution,
orientation,
orientationOrder);
Expand Down

0 comments on commit 7227a5c

Please sign in to comment.