0
Fork 0
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:
Neil Jenkins 2016-08-05 20:37:12 +10:00 committed by GitHub
commit 1a797aca48

View file

@ -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