Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug when the number of segments is integer(line-chunk) #1046

Merged
merged 5 commits into from
Oct 27, 2017

Commits on Oct 26, 2017

  1. fix bug when the number of segments is integer

    if numberOfSegments is an integer,  like line length is 100, and segmentLength is 10, it's just 10 segments,
    no need to plus 1 to 11, otherwise will throw exception later.
    xiongjiabin authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    5314e7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from xiongjiabin/xiongjiabin-patch-1

    fix bug when the number of segments is integer(line-chunk)
    xiongjiabin authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    6df6333 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Update index.js

    DenisCarriere authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    60df1bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c2816f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55137ce View commit details
    Browse the repository at this point in the history