diff core/src/js/data/_StatefulModelMixin.js @ 29:acdcdf1a8d21

repository reorganized
author cin
date Tue, 26 Jun 2018 19:35:44 +0300
parents src/implab/data/_StatefulModelMixin.js@fc2517695ee1
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/src/js/data/_StatefulModelMixin.js	Tue Jun 26 19:35:44 2018 +0300
@@ -0,0 +1,5 @@
+define(["dojo/_base/declare", "dojo/Stateful"], function(declare, Stateful) {
+    return declare([Stateful], {
+        
+    });
+});
\ No newline at end of file