_StatefulModelMixin.js
4 lines
| 131 B
| application/javascript
|
JavascriptLexer
|
|
r49 | define(["dojo/_base/declare", "dojo/Stateful"], function(declare, Stateful) { | |
| return declare([Stateful], { | |||
| }); | |||
| }); |
