// 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; dwr.engine._defaultPath = '/dwr'; if (judgePlanAction == null) var judgePlanAction = {}; judgePlanAction._path = '/dwr'; judgePlanAction.getBaseSet = function(callback) { dwr.engine._execute(judgePlanAction._path, 'judgePlanAction', 'getBaseSet', callback); }