mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-03 05:00:13 -05:00
Merge pull request #218 from nhnent/leafNodeNames-are-configurable
leafNodeNames are configurable
This commit is contained in:
commit
1a797aca48
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ proto.setConfig = function ( config ) {
|
||||||
li: null,
|
li: null,
|
||||||
a: null
|
a: null
|
||||||
},
|
},
|
||||||
|
leafNodeNames: leafNodeNames,
|
||||||
undo: {
|
undo: {
|
||||||
documentSizeThreshold: -1, // -1 means no threshold
|
documentSizeThreshold: -1, // -1 means no threshold
|
||||||
undoLimit: -1 // -1 means no limit
|
undoLimit: -1 // -1 means no limit
|
||||||
|
|
Loading…
Reference in a new issue