From 7e51aac084729ec15edc054e7c0bc3b07be05889 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Sun, 28 Apr 2013 20:03:09 +0200 Subject: [PATCH] Visual editor - throwing away document node wrapping default new document related: 44b259042dbe3775eca9465c764274d8482d37ea --- modules/data.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/data.js b/modules/data.js index 7a59cfb..36ba172 100644 --- a/modules/data.js +++ b/modules/data.js @@ -5,8 +5,7 @@ rng.modules.data = function(sandbox) { if(doc === '') { - doc = '\n\ - '; } -- 2.20.1