Update mxEditor.js

Some comments fixed.
development
4elovek980 2019-02-05 15:05:55 -06:00 committed by GitHub
parent ce8ce34c66
commit c1cecb99e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -655,7 +655,7 @@ mxEditor.prototype.defaultEdgeStyle = null;
mxEditor.prototype.defaultGroup = null;
/**
* Variable: graphRenderHint
* Variable: groupBorderSize
*
* Default size for the border of new groups. If null,
* then then <mxGraph.gridSize> is used. Default is
@ -867,9 +867,9 @@ mxEditor.prototype.urlHelp = null;
mxEditor.prototype.helpWidth = 300;
/**
* Variable: helpWidth
* Variable: helpHeight
*
* Specifies the width of the help window in pixels.
* Specifies the height of the help window in pixels.
* Default is 260.
*/
mxEditor.prototype.helpHeight = 260;