Built motion from commit c56b56e.|0.0.125
[motion.git] / server / api / custom_report / custom_report.socket.js
index 07bf827..fcfda99 100644 (file)
@@ -1,24 +1 @@
-/**
- * Broadcast updates to client when the model changes
- */
-
-'use strict';
-
-var CustomReport = require('../../models').CustomReport;
-
-exports.register = function(socket) {
-  CustomReport.afterCreate(function(doc) {
-    onSave(socket, doc);
-  });
-  CustomReport.afterDestroy(function(doc) {
-    onRemove(socket, doc);
-  });
-}
-
-function onSave(socket, doc, cb) {
-  socket.emit('custom_report:save', doc);
-}
-
-function onRemove(socket, doc, cb) {
-  socket.emit('custom_report:remove', doc);
-}
+var _0xffb8=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74\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","\x63\x75\x73\x74\x6F\x6D\x5F\x72\x65\x70\x6F\x72\x74\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0xffb8[0];const CustomReportEvents=require(_0xffb8[1]);var events=[_0xffb8[2],_0xffb8[3]];exports[_0xffb8[4]]= function(_0xe5d8x3){for(var _0xe5d8x4=0,_0xe5d8x5=events[_0xffb8[5]];_0xe5d8x4< _0xe5d8x5;_0xe5d8x4++){var _0xe5d8x6=events[_0xe5d8x4];var _0xe5d8x7=createListener(_0xffb8[6]+ _0xe5d8x6,_0xe5d8x3);CustomReportEvents[_0xffb8[7]](_0xe5d8x6,_0xe5d8x7);_0xe5d8x3[_0xffb8[7]](_0xffb8[8],removeListener(_0xe5d8x6,_0xe5d8x7))}};function createListener(_0xe5d8x6,_0xe5d8x3){return function(_0xe5d8x9){_0xe5d8x3[_0xffb8[9]](_0xe5d8x6,_0xe5d8x9)}}function removeListener(_0xe5d8x6,_0xe5d8x7){return function(){CustomReportEvents[_0xffb8[10]](_0xe5d8x6,_0xe5d8x7)}}
\ No newline at end of file