Fix embedded view.

This commit is contained in:
Paulo Veiga
2011-10-16 21:42:02 -03:00
parent cb6302bf50
commit 0133f127b8
26 changed files with 713 additions and 235 deletions

View File

@@ -76,7 +76,8 @@ function buildDesigner(editorProperties, isTryMode) {
width: parseInt(window.innerWidth)
});
setUpToolbar(designer, isTryMode);
if ($('toolbar')) {
setUpToolbar(designer, isTryMode);
}
return designer;
}