Skip to content

Commit

Permalink
Set display name for OpDec. Fixes #173 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Jun 2, 2016
1 parent 12439b1 commit 90964af
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@ define([
// TODO
};

OperationDecorator.prototype.getDisplayName = function() {
return this._node.name;
};

return OperationDecorator;
});

0 comments on commit 90964af

Please sign in to comment.