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

Unified Diff: snippets.js

Issue 29737561: Issue 6539, 6782 - Implement support for snippets (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Created March 30, 2018, 8:25 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
« metadata.chrome ('K') | « metadata.chrome ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snippets.js
===================================================================
new file mode 100644
--- /dev/null
+++ b/snippets.js
@@ -0,0 +1,6 @@
+{
+ hello()
Manish Jethani 2018/03/30 20:36:03 So if you want to invoke this snippet on example.c
+ {
+ console.log("Hello", document.location.href);
+ }
+}
« metadata.chrome ('K') | « metadata.chrome ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld