Convert the existing overlays to use the OverlayManager

This commit is contained in:
Jonas Jenwald 2014-05-13 12:08:39 +02:00
parent 6dc7a52e35
commit 5cd6dddeee
5 changed files with 54 additions and 85 deletions

View file

@ -114,7 +114,7 @@ var SecondaryToolbar = {
},
documentPropertiesClick: function secondaryToolbarDocumentPropsClick(evt) {
this.documentProperties.show();
this.documentProperties.open();
this.close();
},