| Index: tools/turbolizer/node.js
|
| diff --git a/tools/turbolizer/node.js b/tools/turbolizer/node.js
|
| index 18ce0e762a54af5eb48cfea36a682c8f1925a693..f5612cc4a0a64e15c37faa7b38cf22c959e898fc 100644
|
| --- a/tools/turbolizer/node.js
|
| +++ b/tools/turbolizer/node.js
|
| @@ -47,8 +47,8 @@ var Node = {
|
| var inputWidth = this.inputs.length * NODE_INPUT_WIDTH;
|
| return Math.max(inputWidth, this.width);
|
| },
|
| - getLabel: function() {
|
| - return this.label;
|
| + getTitle: function() {
|
| + return this.title;
|
| },
|
| getDisplayLabel: function() {
|
| var result = this.id + ":" + this.label;
|
|
|