X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2Fsound%2Fsound.model.js;h=fefa85cb42d7334c7b73b98dfd564a3add5959f8;hb=3fce1ec9764180e4538143b803242af33377ccc4;hp=ff543171e9b953d54bbc499c3ef8ae82de80ce7a;hpb=01b994ccefecbcf0783b039dab259e973f97957c;p=motion2.git diff --git a/server/api/sound/sound.model.js b/server/api/sound/sound.model.js index ff54317..fefa85c 100644 --- a/server/api/sound/sound.model.js +++ b/server/api/sound/sound.model.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x5859=['util','../../config/logger','api','moment','bluebird','path','rimraf','./sound.attributes','exports','define','tools_sounds','lodash'];(function(_0x4e498a,_0x5b0684){var _0x5eea36=function(_0x2edd24){while(--_0x2edd24){_0x4e498a['push'](_0x4e498a['shift']());}};_0x5eea36(++_0x5b0684);}(_0x5859,0x107));var _0x9585=function(_0x4792c8,_0x5158a1){_0x4792c8=_0x4792c8-0x0;var _0x35edb1=_0x5859[_0x4792c8];return _0x35edb1;};'use strict';var _=require(_0x9585('0x0'));var util=require(_0x9585('0x1'));var logger=require(_0x9585('0x2'))(_0x9585('0x3'));var moment=require(_0x9585('0x4'));var BPromise=require(_0x9585('0x5'));var rp=require('request-promise');var fs=require('fs');var path=require(_0x9585('0x6'));var rimraf=require(_0x9585('0x7'));var config=require('../../config/environment');var attributes=require(_0x9585('0x8'));module[_0x9585('0x9')]=function(_0x2ec382,_0x59550e){return _0x2ec382[_0x9585('0xa')]('Sound',attributes,{'tableName':_0x9585('0xb'),'paranoid':![],'indexes':[],'timestamps':!![]});}; \ No newline at end of file +var _0xcdc2=['exports','define','lodash','util','api','moment','request-promise'];(function(_0x3bf83f,_0x181cac){var _0x22c4a9=function(_0xb3ff0d){while(--_0xb3ff0d){_0x3bf83f['push'](_0x3bf83f['shift']());}};_0x22c4a9(++_0x181cac);}(_0xcdc2,0x18a));var _0x2cdc=function(_0x64e4ba,_0x24e5ad){_0x64e4ba=_0x64e4ba-0x0;var _0x151e70=_0xcdc2[_0x64e4ba];return _0x151e70;};'use strict';var _=require(_0x2cdc('0x0'));var util=require(_0x2cdc('0x1'));var logger=require('../../config/logger')(_0x2cdc('0x2'));var moment=require(_0x2cdc('0x3'));var BPromise=require('bluebird');var rp=require(_0x2cdc('0x4'));var fs=require('fs');var path=require('path');var rimraf=require('rimraf');var config=require('../../config/environment');var attributes=require('./sound.attributes');module[_0x2cdc('0x5')]=function(_0x5f8481,_0xb56f7d){return _0x5f8481[_0x2cdc('0x6')]('Sound',attributes,{'tableName':'tools_sounds','paranoid':![],'indexes':[],'timestamps':!![]});}; \ No newline at end of file