@@ -1 +1,3 @@
node_modules
+*.swp
+*.swo
@@ -12,7 +12,15 @@ commChannel with two points
as obj2: channel.send('hello');
obj1:
-
// Seems like a 2 way event system
channel.on('hello');
+
+this
+ .observe('something:value')
+subscribe()