Skip to content

Commit

Permalink
Past tense, replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
ddamato committed Jun 25, 2020
1 parent 122d95b commit df98e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/injectionManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function injectionInit() {
_replace(useNode, id) {
const clone = this.get(id).cloneNode(true);
const svg = useNode.parentNode;
svg.setAttribute('replace', '');
svg.setAttribute('replaced', '');
svg.removeAttribute('onerror');
svg.removeAttribute('onanimationstart');
clone.removeAttribute('id');
Expand Down

0 comments on commit df98e69

Please sign in to comment.