Leave a node to nls its own port labels

This commit is contained in:
Nick O'Leary
2017-02-10 22:10:53 +00:00
parent ec0209b175
commit 5f1e37b7fa

View File

@@ -1504,9 +1504,6 @@ RED.view = (function() {
} else if ($.isArray(portLabels)) {
result = portLabels[portIndex];
}
if (result) {
result = node._(result);
}
return result;
}
function portMouseOver(port,d,portType,portIndex) {