Fix mindmap expport.

This commit is contained in:
Paulo Gustavo Veiga
2012-04-05 00:01:51 -03:00
parent f52f01a6b1
commit bed005afef
5 changed files with 50 additions and 54 deletions

View File

@@ -40,6 +40,9 @@
var userOptions = ${mindmap.properties};
options.zoom = userOptions.zoom;
// Set map id ...
options.mapId = mapId;
// Build designer ...
var designer = buildDesigner(options);