diff content/river.js @ 358:c00b3db58dcf

add 'snowl' to all observer topics to avoid conflicts with other extensions/core code; use the Observers component everywhere
author Myk Melez <myk@mozilla.org>
date Tue, 04 Nov 2008 12:11:07 -0800
parents e9d7087abad1
children 7ff9253ec3b4
line wrap: on
line diff
--- a/content/river.js	Mon Nov 03 18:02:27 2008 -0800
+++ b/content/river.js	Tue Nov 04 12:11:07 2008 -0800
@@ -224,9 +224,8 @@
   // Initialization
 
   init: function() {
-    // FIXME: use the Observers module to observe message change notifications
-    // and rebuild the view when they happen.  Or does the collections view
-    // already do that for us?
+    // FIXME: use the Observers module to observe message change
+    // or message added notifications and rebuild the view when they happen.
 
     // FIXME: simplify the way the view gets built after the collections view
     // gets loaded to make this code less buggy and easier to hack.