// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (DWRCollection == null) var DWRCollection = {}; DWRCollection._path = '/dwr'; DWRCollection.addMyFavor = function(p0, callback) { dwr.engine._execute(DWRCollection._path, 'DWRCollection', 'addMyFavor', p0, callback); } DWRCollection.deleteMyFavor = function(p0, callback) { dwr.engine._execute(DWRCollection._path, 'DWRCollection', 'deleteMyFavor', p0, callback); } DWRCollection.getFavorOfUser = function(p0, p1, callback) { dwr.engine._execute(DWRCollection._path, 'DWRCollection', 'getFavorOfUser', p0, p1, callback); }