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