##// END OF EJS Templates
Container.configure sync/async tests
Container.configure sync/async tests

File last commit:

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