// 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 (ContentCommentService == null) var ContentCommentService = {}; ContentCommentService._path = '/dwr'; ContentCommentService.saveComment = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(ContentCommentService._path, 'ContentCommentService', 'saveComment', p0, p1, p2, p3, p4, p5, callback); }