##// END OF EJS Templates
changed the project structure
changed the project structure

File last commit:

r49:1a91da7b15f7 di-typescript
r49:1a91da7b15f7 di-typescript
Show More
_StatefulModelMixin.js
4 lines | 131 B | application/javascript | JavascriptLexer
/ src / main / js / data / _StatefulModelMixin.js
define(["dojo/_base/declare", "dojo/Stateful"], function(declare, Stateful) {
return declare([Stateful], {
});
});