set useCompress false in editor

This commit is contained in:
YouWei Zhao 2018-05-24 12:00:35 +08:00
parent 1865f2368a
commit 7301f703ef

View File

@ -429,6 +429,7 @@ if (location.protocol.indexOf("http")!=0) {
</script>
<script src='_server/editor.js'></script>
<script>
main.useCompress = false;
main.init('editor', function () {
editor.init(function () {
editor.pos = {x: 0, y: 0};