From 978b79f38a59eebd9d06aeb337333dba3a977915 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 26 Dec 2016 15:37:36 +0200 Subject: [PATCH] chore(edit) add " " --- client/edit.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/edit.js b/client/edit.js index e2c2f5cc..d9d494a7 100644 --- a/client/edit.js +++ b/client/edit.js @@ -62,13 +62,13 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format; function createElement() { var element = DOM.load({ - name : 'div', - style : - 'width : 100%;' + - 'height : 100%;' + - 'font-family: "Droid Sans Mono";' + + name: 'div', + style: + 'width : 100%;' + + 'height : 100%;' + + 'font-family: "Droid Sans Mono";' + 'position : absolute;', - notAppend : true + notAppend: true }); return element;