Built motion from commit 3594e56.|0.0.120
[motion.git] / server / api / custom_report / custom_report.socket.js
index 07bf827..c2890ab 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 _0xc097=["\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"];_0xc097[0];const CustomReportEvents=require(_0xc097[1]);var events=[_0xc097[2],_0xc097[3]];exports[_0xc097[4]]= function(_0x2ec2x3){for(var _0x2ec2x4=0,_0x2ec2x5=events[_0xc097[5]];_0x2ec2x4< _0x2ec2x5;_0x2ec2x4++){var _0x2ec2x6=events[_0x2ec2x4];var _0x2ec2x7=createListener(_0xc097[6]+ _0x2ec2x6,_0x2ec2x3);CustomReportEvents[_0xc097[7]](_0x2ec2x6,_0x2ec2x7);_0x2ec2x3[_0xc097[7]](_0xc097[8],removeListener(_0x2ec2x6,_0x2ec2x7))}};function createListener(_0x2ec2x6,_0x2ec2x3){return function(_0x2ec2x9){_0x2ec2x3[_0xc097[9]](_0x2ec2x6,_0x2ec2x9)}}function removeListener(_0x2ec2x6,_0x2ec2x7){return function(){CustomReportEvents[_0xc097[10]](_0x2ec2x6,_0x2ec2x7)}}
\ No newline at end of file