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