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