Mercurial > pub > ImplabJs
view src/implab/data/_StatefulModelMixin.js @ 12:23be39fd3851
fixed typo in template-compile the built-in function 'print'
author | cin |
---|---|
date | Thu, 24 Aug 2017 04:30:11 +0300 |
parents | fc2517695ee1 |
children |
line wrap: on
line source
define(["dojo/_base/declare", "dojo/Stateful"], function(declare, Stateful) { return declare([Stateful], { }); });