From b83d07166663488184836a9aec0e5d45bf56724f Mon Sep 17 00:00:00 2001 From: Sungho Kim Date: Wed, 27 Jul 2016 16:59:15 +0900 Subject: [PATCH] leafNodeNames are configurable --- source/Editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Editor.js b/source/Editor.js index 66a2229..1eacb14 100644 --- a/source/Editor.js +++ b/source/Editor.js @@ -172,6 +172,7 @@ proto.setConfig = function ( config ) { li: null, a: null }, + leafNodeNames: leafNodeNames, undo: { documentSizeThreshold: -1, // -1 means no threshold undoLimit: -1 // -1 means no limit