Format some .js.

This commit is contained in:
Paulo Gustavo Veiga
2015-04-12 00:23:24 -03:00
parent 04e1f71faa
commit 3d36a4d9d4
31 changed files with 531 additions and 479 deletions

View File

@@ -229,6 +229,7 @@ mindplot.Designer = new Class(/** @lends Designer */{
* connected, added to the drag manager, with events registered - complying type & read mode
*/
_buildNodeGraph: function (model, readOnly) {
// Create node graph ...
var topic = mindplot.NodeGraph.create(model, {readOnly: readOnly});
this.getModel().addTopic(topic);