Minor fix.

This commit is contained in:
Paulo Veiga 2012-02-02 13:29:52 -03:00
parent 8db3e88ad9
commit af240506ea

View File

@ -70,7 +70,7 @@ function loadDesignerOptions() {
height: parseInt(screen.height), height: parseInt(screen.height),
width: parseInt(screen.width) width: parseInt(screen.width)
}; };
result = {readOnly:true,zoom:0.85,saveOnLoad:true,size:containerSize}; result = {readOnly:false,zoom:0.85,saveOnLoad:true,size:containerSize};
} }
return result; return result;
} }