Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f168ddc

Browse filesBrowse files
committed
fix lint
1 parent fbfe638 commit f168ddc
Copy full SHA for f168ddc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/plot_api/plot_schema.js

Copy file name to clipboardExpand all lines: src/plot_api/plot_schema.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ function getTraceAttributes(type) {
461461
attributes.type = null;
462462

463463

464-
var copyBaseAttributes = extendDeepAll({}, baseAttributes),
465-
copyModuleAttributes = extendDeepAll({}, _module.attributes);
464+
var copyBaseAttributes = extendDeepAll({}, baseAttributes);
465+
var copyModuleAttributes = extendDeepAll({}, _module.attributes);
466466

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.