Skip to content

Commit

Permalink
Update ie11CustomProperties.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Jun 9, 2020
1 parent 539aa1a commit 734ff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ie11CustomProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
function parseRewrittenStyle(style) { // less memory then parameter cssText?

// ie11 can access unknown properties in stylesheets only if accessed a dashed known property
if (style['z-index'] === style) return; // do something (compare and return) just for minifiers
style['z-index'] === style && x(); // do something (compare and call) just for minifiers

const cssText = style.cssText;
var matchesGetters = cssText.match(regRuleIEGetters), j, match;
Expand Down

0 comments on commit 734ff33

Please sign in to comment.