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 bind method to return correct index. #144

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

Fix bind method to return correct index. #144

wants to merge 3 commits into from

Commits on Oct 19, 2012

  1. Update controller/controller.js

    bind method is supposed to return index in _bindings, not length of _bindings afterwards.
    snesin committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    146a8ec View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2012

  1. Update event/drag/drag.js

    Add drag.perpetuate method, allowing multiple drops or rejected drops to force additional dragging.
    snesin committed Nov 5, 2012
    Configuration menu
    Copy the full SHA
    32897ec View commit details
    Browse the repository at this point in the history
  2. Update event/drop/drop.js

    Add drag.perpetuate method, allowing multiple drops or rejected drops to force additional dragging.
    snesin committed Nov 5, 2012
    Configuration menu
    Copy the full SHA
    b67410a View commit details
    Browse the repository at this point in the history