diff nodejs/observer.cc @ 658:62c2de99b03a

Remove get_object() method for subject for js
author Thinker K.F. Li <thinker@branda.to>
date Sat, 31 Jul 2010 16:16:45 +0800
parents 38c720272dd5
children fc29a343ce7c
line wrap: on
line diff
--- a/nodejs/observer.cc	Sat Jul 31 14:37:19 2010 +0800
+++ b/nodejs/observer.cc	Sat Jul 31 16:16:45 2010 +0800
@@ -60,3 +60,6 @@
     data->func->Call(Context::GetCurrent()->Global(), 1, func_args);
 }
 
+void
+xnjsmb_observer_init(void) {
+}