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

Unified Diff: lib/main.js

Issue 11175021: Add Notification module (Closed)
Patch Set: Download notifications (changes by Wladimir) Created July 18, 2013, 5: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 | « defaults/prefs.js ('k') | lib/notification.js » ('j') | lib/notification.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/main.js
===================================================================
--- a/lib/main.js
+++ b/lib/main.js
@@ -33,6 +33,8 @@
TimeLine.log("Done loading content policy");
require("synchronizer");
TimeLine.log("Done loading subscription synchronizer");
+require("notification");
+TimeLine.log("Done loading notification downloader");
require("sync");
TimeLine.log("Done loading sync support");
require("ui");
« no previous file with comments | « defaults/prefs.js ('k') | lib/notification.js » ('j') | lib/notification.js » ('J')

Powered by Google App Engine
This is Rietveld