UNPKG

wps-js-52-north

Version:

Web Processing Service JavaScrict library

16 lines (11 loc) 275 B
var BaseResponse = Class.extend({ init : function(responseDocument) { /* * represents the raw response document returned by the WPS */ this.responseDocument = responseDocument; }, getRawResponseDocument : function() { return this.responseDocument; } });