Closed maxxam11 closed 7 years ago
Hi @maxxam11,
hmmm, there is arrow function and with MODEL()
it doesn't work but with F.model()
it works. Which version of Total.js was your previous?
Can you test Total.js beta? Try: npm install total.js@beta
--> it's stable.
It's work without new
: var model = MODEL('test').model();
Thanks. I will test with beta.
Hello. I update totaljs to last version and there was a new error when create new model:
Model code:
In previous version there is not this error.