// 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 (SatisfyService == null) var SatisfyService = {}; SatisfyService._path = '/dwr'; SatisfyService.save = function(p0, callback) { dwr.engine._execute(SatisfyService._path, 'SatisfyService', 'save', p0, callback); }