- function IFaultDialog(){}
- IFaultDialog.prototype.show = function() { if(typeof console != "undefined") { console.log("Required method IFaultDialog:show not implemented."); } };
- IFaultDialog.prototype.handleUnknownHTMLResponse = function() { if(typeof console != "undefined") { console.log("Required method IFaultDialog:handlerUnknownHTMLResponse not implemented."); } };
|