Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include.preload.js

Issue 29683555: Issue 6332 - Fix typo in recent inline style changes (Closed)
Patch Set: Created Jan. 29, 2018, 10:27 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.preload.js
diff --git a/include.preload.js b/include.preload.js
index ff98e62af9db080e1cd1d2eb734fa1aa415fe6c9..dd457c6551cfdf75c57194acc5ff7d215fe2cc93 100644
--- a/include.preload.js
+++ b/include.preload.js
@@ -440,8 +440,8 @@ ElemHide.prototype = {
let selector = preparedSelectors.slice(
i, i + this.selectorGroupSize
).join(", ");
- this.style.sheet.insertRule(selector + "{display: none !important;}",
- this.style.sheet.cssRules.length);
+ style.sheet.insertRule(selector + "{display: none !important;}",
+ style.sheet.cssRules.length);
}
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld