##// END OF EJS Templates
working on multi-platform support
working on multi-platform support

File last commit:

r0:6a5387d69bf1 default
r48:2ef1241803ee di-typescript
Show More
_StatefulModelMixin.js
4 lines | 131 B | application/javascript | JavascriptLexer
/ src / js / data / _StatefulModelMixin.js
cin
repository reorganized
r0 define(["dojo/_base/declare", "dojo/Stateful"], function(declare, Stateful) {
return declare([Stateful], {
});
});