From ac36b80a832ce9ba73db1dc3e33018ebb7f4e616 Mon Sep 17 00:00:00 2001 From: khaydarov Date: Sat, 4 Jun 2016 20:28:49 +0300 Subject: [PATCH] Merge remote-tracking branch 'origin/master' # Conflicts: # codex-editor.js --- codex-editor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codex-editor.js b/codex-editor.js index 40d747dc..abdf5963 100644 --- a/codex-editor.js +++ b/codex-editor.js @@ -3,6 +3,7 @@ * https://ifmo.su/editor * @author CodeX team team@ifmo.su */ + var cEditor = (function (cEditor) { // Default settings @@ -484,7 +485,7 @@ cEditor.content = { * Make new node with original content */ var nodeCreated = cEditor.draw.block(newBlockTagname, targetBlock.innerHTML); - + /** * If it is a first-level node, replace as-is. */