Skip to content

Commit

Permalink
WIP #1035 set default color for op int editor
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Sep 8, 2017
1 parent 653c1bf commit 85d9f6e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -20,6 +20,7 @@ define([
DECORATOR_ID = 'OpIntDecorator';

OpIntDecorator = function (options) {
options.color = options.color || '#78909c';
DecoratorBase.call(this, options);
};

Expand Down

0 comments on commit 85d9f6e

Please sign in to comment.