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

Unified Diff: README.md

Issue 29680702: Issue 6008 - Expose updates version via lib/prefs.js (Closed)
Patch Set: Renamed lib/ui.js to lib/prefs.js Created Jan. 30, 2018, 6:18 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 | « no previous file | lib/prefs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@
* `desktop-options.html`, `desktop-options.js`: Options page, see below
* `subscriptions.xml`: Test subscription data, should *not be imported*
* `polyfill.js`: Browser API polyfills, should *not be imported*
+* `lib` directory: Modules to be used on the background page to expose
+ UI-related functionality.
* `locale` directory: Localized strings, with one directory per locale. The
Firefox format for locale identifiers is used (xx-YY where xx is the language
code and YY the optional region code). The localization strings themselves are
« no previous file with comments | « no previous file | lib/prefs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld