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 options usage #133

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix options usage #133

wants to merge 3 commits into from

Commits on Jan 18, 2016

  1. Fix options usage

    Now options are passed as Options object (with 'store' in it), but used as a simple object (see roundRobinSort, which can't find options.roundRobinSize, and roundRobin logic is never applied). This fix converts Options-typed object o a simple object.
    mshmelev committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    fb91454 View commit details
    Browse the repository at this point in the history
  2. Correct JS style

    mshmelev committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    52a249e View commit details
    Browse the repository at this point in the history
  3. Correct JS style

    mshmelev committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    6bb4c78 View commit details
    Browse the repository at this point in the history