File
examples/linkModelToHtmlView.html
— part of check-in
[5974c11c45]
at
2018-02-06 10:02:43
on branch modelPropsObProps
— Version of StorkModel which uses object properties as model properties
StorkModel has usually used a separate namespace for model properties,
so as not to conflict with any property of Javascript objects. This
causes some complexity but keeps things neat and separate. This
version is an experiment in using the properties of the JS object
directly as model properties. This simplifies some things but can
cause namespace clashes with model property names and object property
names.
(user:
setok
size: 5035)