Skip to content

Import keyword in comments gets replaced #14

@marvin19

Description

@marvin19
// #2248, #4660
if (!alternateBands[pos]) {
  // Should be imported from PlotLineOrBand.js, but 
  // the import cycle with axis is a problem
  alternateBands[pos] = new H.PlotLineOrBand(axis);
}

becomes

// #2248, #4660
if (!alternateBands[pos]) {
  // Should be imported from PlotLineOrBand.js, but 
  // the                             alternateBands[pos] = new H.PlotLineOrBand(axis);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions