Refactor designer moving methods to a designer model.

This commit is contained in:
Paulo Veiga
2011-08-24 23:41:39 -03:00
parent f01a01b72d
commit 046789bb6a
21 changed files with 276 additions and 229 deletions

View File

@@ -309,7 +309,7 @@ function buildMindmapDesigner() {
var screenWidth = window.getWidth();
var screenHeight = window.getHeight();
// Positionate node ...
// Position node ...
// header - footer
screenHeight = screenHeight - 90 - 61;