BaseResponse.js
6 lines
| 183 B
| application/javascript
|
JavascriptLexer
|
|
r0 | define([ "dojo/_base/declare"], function(declare) { | |
| return declare(null, { | |||
| send : function(/*serverResponse*/) { | |||
| throw "NOT IMPLEMENTED"; | |||
| } | |||
| }); | |||
| }); |
