JSFiddle - React, Tailwind, and code Playground
JavaScript
enyo.kind({
name: 'testModel',
attributes: {
foo: 'baz'
}
});
var model = new testModel();
document.body.innerHTML = model.get('foo');
enyo.kind({
name: 'testModel',
attributes: {
foo: 'baz'
}
});
var model = new testModel();
document.body.innerHTML = model.get('foo');