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

Unified Diff: lib/info.js

Issue 9846017: Make JavaScript sources compile into the library; convert JavaScript files on the fly (Closed)
Patch Set: Review comments addressed Created March 15, 2013, 3:59 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 | « lib/elemHideHitRegistration.js ('k') | lib/io.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/info.js
===================================================================
new file mode 100644
--- /dev/null
+++ b/lib/info.js
@@ -0,0 +1,5 @@
+exports.addonID = "none";
+exports.addonVersion = "2.1"; // Hardcoded for now
+exports.addonRoot = "";
+exports.addonName = "";
+exports.application = "libadblockplus";
« no previous file with comments | « lib/elemHideHitRegistration.js ('k') | lib/io.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld