##// END OF EJS Templates
fixed bug in applying a lifetime while processing the json configuration...
fixed bug in applying a lifetime while processing the json configuration fixed template-compile

File last commit:

r51:43a2828f8abe v1.2.0-rc di-typescript
r152:8bee6a6d5f46 v1.4.0-rc10 default
Show More
_StatefulModelMixin.js
4 lines | 131 B | application/javascript | JavascriptLexer
/ src / amd / js / data / _StatefulModelMixin.js
cin
working version...
r51 define(["dojo/_base/declare", "dojo/Stateful"], function(declare, Stateful) {
return declare([Stateful], {
});
});