Basic JSON object properties revival now handled by AbstractModel

This will be better for future use of JSON.stringify() and JSON.parse()
For now the difference between the PHP JSON being PascalCase and the JS object properties being camelCase is handled by AbstractModel
This commit is contained in:
djmaze 2020-10-20 17:39:00 +02:00
parent 53bf7c1d60
commit 188a40b196
17 changed files with 131 additions and 185 deletions

View file

@ -27,7 +27,7 @@ module.exports = {
'Squire': "readonly",
'SquireUI': "readonly",
// node_modules/knockout but dev/External/ko.js is used
// 'ko': "readonly",
'ko': "readonly",
// vendors/routes/
'hasher': "readonly",
'signals': "readonly",