Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed Oct 25, 2018
1 parent fbfe638 commit f168ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plot_api/plot_schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ function getTraceAttributes(type) {
attributes.type = null;


var copyBaseAttributes = extendDeepAll({}, baseAttributes),
copyModuleAttributes = extendDeepAll({}, _module.attributes);
var copyBaseAttributes = extendDeepAll({}, baseAttributes);
var copyModuleAttributes = extendDeepAll({}, _module.attributes);

// prune global-level trace attributes that are already defined in a trace
exports.crawl(copyModuleAttributes, function(attr, attrName, attrs, level, fullAttrString) {
Expand Down

0 comments on commit f168ddc

Please sign in to comment.