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

Unified Diff: lib/compat.js

Issue 29481653: Issue 5378 - Stop using of jshydra in libadblockplus (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 6, 2017, 1:32 p.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 | « convert_js.py ('k') | lib/io.js » ('j') | lib/io.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compat.js
diff --git a/lib/compat.js b/lib/compat.js
index e6d047ccaadb24e6ee53cb86a9160e6c41918511..c63ed31b036973f96be28d1fdeab7a2439887008 100644
--- a/lib/compat.js
+++ b/lib/compat.js
@@ -78,6 +78,9 @@ var Components =
{
console.error(e);
console.trace();
+ },
+ import: function()
sergei 2017/07/06 13:37:01 It's for numerous Cu.import
+ {
}
},
manager: null,
@@ -514,4 +517,4 @@ if (!Array.prototype.find) {
}
}
});
-}
+}
« no previous file with comments | « convert_js.py ('k') | lib/io.js » ('j') | lib/io.js » ('J')

Powered by Google App Engine
This is Rietveld