Built motion from commit bfa6da2.|0.0.130
[motion.git] / server / api / motionbar / motionbar.socket.js
index 0eb15d4..8e0b0ae 100644 (file)
@@ -1,27 +1 @@
-/**
- * Broadcast updates to client when the model changes
- */
-
-'use strict';
-
-var Motionbar = require('../../models').Motionbar;
-
-exports.register = function(socket) {
-  Motionbar.afterCreate(function(doc) {
-    onSave(socket, doc);
-  });
-  Motionbar.afterDestroy(function(doc) {
-    onRemove(socket, doc);
-  });
-}
-
-function onSave(socket, doc, cb) {
-  // doc.UserId is string. You don't use ===
-  if (socket.userId == doc.UserId) {
-    socket.emit('motionbar:save', doc);
-  }
-}
-
-function onRemove(socket, doc, cb) {
-  socket.emit('motionbar:remove', doc);
-}
+var _0xe599=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x49\x64","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xe599[0];const MotionbarEvents=require(_0xe599[1]);var events=[_0xe599[2],_0xe599[3]];exports[_0xe599[4]]= function(_0x4039x3){for(var _0x4039x4=0,_0x4039x5=events[_0xe599[5]];_0x4039x4< _0x4039x5;_0x4039x4++){var _0x4039x6=events[_0x4039x4];var _0x4039x7=createListener(_0xe599[6]+ _0x4039x6,_0x4039x3);MotionbarEvents[_0xe599[7]](_0x4039x6,_0x4039x7);_0x4039x3[_0xe599[7]](_0xe599[8],removeListener(_0x4039x6,_0x4039x7))}};function createListener(_0x4039x6,_0x4039x3){return function(_0x4039x9){if(_0x4039x3[_0xe599[9]]== _0x4039x9[_0xe599[10]]){_0x4039x3[_0xe599[11]](_0x4039x6,_0x4039x9)}}}function removeListener(_0x4039x6,_0x4039x7){return function(){MotionbarEvents[_0xe599[12]](_0x4039x6,_0x4039x7)}}
\ No newline at end of file