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

Add support in flock.ugen.mouse.click for binding to multiple DOM elements at once #107

Closed
colinbdclark opened this issue Apr 30, 2015 · 0 comments
Milestone

Comments

@colinbdclark
Copy link
Collaborator

Currently, flock.ugen.mouse.click uses document.querySelector() to select only a single DOM element using the specified target selector option.

There's no reason we shouldn't support binding to multiple elements using querySelectorAll() instead.

colinbdclark added a commit that referenced this issue May 4, 2015
* 0.1.x:
  Updates release version to 0.1.2.
  Fixes gh-107: Adds support for receiving clicks from multiple elements.
  Fixes gh-109: Adds flock.enviro.start() method; deprecates play().
@colinbdclark colinbdclark added this to the 0.1.2 milestone May 4, 2015
colinbdclark added a commit that referenced this issue May 4, 2015
* master:
  Updates release version to 0.1.2.
  Fixes gh-107: Adds support for receiving clicks from multiple elements.
  Fixes gh-109: Adds flock.enviro.start() method; deprecates play().
  Makes the Flocking website more responsive. Thanks to @abledaccess for the fixes.
  Updates Node.js MIDI support to better reflect new port semantics.
  Fixes gh-108: Explicitly opens MIDI ports prior to using them.

Conflicts:
	demos/audio-file-web-worker/html/audio-file-web-worker.html
	dist/flocking-all.js
	dist/flocking-all.min.js
	dist/flocking-no-jquery.js
	dist/flocking-no-jquery.min.js
	docs/getting-started.md
	docs/nodejs.md
	flocking/flocking-core.js
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

1 participant