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

Unified Diff: include.preload.js

Issue 5088751004942336: Issue 370 - Right-clicked element is removed independent of created filter (Closed)
Patch Set: Created July 18, 2014, 9:13 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
« include.postload.js ('K') | « include.postload.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.preload.js
===================================================================
--- a/include.preload.js
+++ b/include.preload.js
@@ -112,6 +112,8 @@
return base[0] + url;
}
+var setElemhideCSSRules = null;
+
function init(document)
{
var canUseShadow = "webkitCreateShadowRoot" in document.documentElement;
@@ -146,7 +148,7 @@
}
// Sets the currently used CSS rules for elemhide filters
- var setElemhideCSSRules = function(selectors)
+ setElemhideCSSRules = function(selectors)
{
if (selectors.length == 0)
return;
« include.postload.js ('K') | « include.postload.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld