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

Uncaught TypeError: getGear(...).cycle is not a function #9

Closed
DimaPateuk opened this issue Jan 22, 2016 · 1 comment
Closed

Uncaught TypeError: getGear(...).cycle is not a function #9

DimaPateuk opened this issue Jan 22, 2016 · 1 comment

Comments

@DimaPateuk
Copy link
Contributor

This exception occurs when you try to change the strategy in deferred conditional operations

Example:

var bus = aerobus()
  , channel1 = bus('test1')
  , channel2 = bus('test2');

channel2.when('test1').cycle(1); // error is thrown here
@vladen
Copy link
Owner

vladen commented Jan 25, 2016

Fixed with pull requests ##5, 7, 8

@vladen vladen closed this as completed Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants