Skip to content

Commit

Permalink
style(core): fix linting issues
Browse files Browse the repository at this point in the history
fix linting issues
  • Loading branch information
theiliad committed Aug 30, 2018
1 parent 00ab0d3 commit 2f8bb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/services/patterns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default class PatternsService {
patternElement.id = `carbon-${chartContainerID}-pattern-${id}`;

mountedSVG.querySelector("g").removeAttribute("id");

// Apply fills to everything
const allElementsInsideSVG = Array.prototype.slice.call(mountedSVG.querySelectorAll("pattern g *"));
allElementsInsideSVG.forEach((element, elementIndex) => {
Expand Down

0 comments on commit 2f8bb5f

Please sign in to comment.