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