diff nodejs/observer.cc @ 671:fc29a343ce7c

Track JS object with property store of objects
author Thinker K.F. Li <thinker@branda.to>
date Thu, 05 Aug 2010 17:43:33 +0800
parents 62c2de99b03a
children c643af2095c5
line wrap: on
line diff
--- a/nodejs/observer.cc	Thu Aug 05 17:42:36 2010 +0800
+++ b/nodejs/observer.cc	Thu Aug 05 17:43:33 2010 +0800
@@ -62,4 +62,7 @@
 
 void
 xnjsmb_observer_init(void) {
+    xnjsmb_auto_observer_init();
+    xnjsmb_auto_subject_init();
+    xnjsmb_auto_event_init();
 }