Skip to content

Commit

Permalink
Update packages/core/parcel-bundler/src/assets/HTMLAsset.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasPizsa committed Nov 5, 2018
1 parent e667c72 commit 4a14b6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/parcel-bundler/src/assets/HTMLAsset.js
Expand Up @@ -177,7 +177,6 @@ class HTMLAsset extends Asset {
if (elements && elements.includes(node.tag)) {
let depHandler = this.getAttrDepHandler(attr);
let options = OPTIONS[node.tag];

node.attrs[attr] = depHandler.call(
this,
node.attrs[attr],
Expand Down

0 comments on commit 4a14b6a

Please sign in to comment.