mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
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:
parent
53bf7c1d60
commit
188a40b196
17 changed files with 131 additions and 185 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue