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

Incorrect deferred implementation #876

Merged
merged 3 commits into from
Mar 18, 2016
Merged

Commits on Mar 11, 2016

  1. Incorrect deferred implementation

    This function creates a success object and a deferred object but the success object is never established as a handler for the deferred.  In practice this means that the display callback is never executed and values are never rendered.
    psaintlaurent committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    9275da7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a55709c View commit details
    Browse the repository at this point in the history
  3. Typo in github editor

    psaintlaurent committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    93789de View commit details
    Browse the repository at this point in the history