chore(edit) add " "

This commit is contained in:
coderaiser 2016-12-26 15:37:36 +02:00
parent 076b2e2ae1
commit 978b79f38a

View file

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