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

Register multiple event listeners with the same callback in one call #1231

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
7eb3886
Multiple event register:
themicp May 22, 2014
93fa94f
Merge branch 'master' into feature/multiple-event-register
themicp May 22, 2014
4ab3378
Create a generic function that parses the array of types given in vjs…
themicp May 22, 2014
3817a24
Use .forEach instead of .filter to pass through each item of the even…
themicp May 22, 2014
a07f627
Export vjs.on, vjs.off, vjs.one so we can access them using bracket n…
themicp May 22, 2014
9b22207
Include comments for vjs.forwardMultipleEvents, vjs.arrayForEach
themicp May 22, 2014
a10b54a
Optimize for() loop in arrayForEach -- keep the array length in a var…
themicp May 22, 2014
2f3c2b3
Merge branch 'master' into feature/multiple-event-register
themicp Jun 17, 2014
0648c0a
Created the vjs.arr object which contains all the array functions,
themicp Jun 17, 2014
0fd43f2
Code fixes in vjs.on, vjs.one and vjs.off,
themicp Jun 17, 2014
9fc5f3b
Coding style fixes
themicp Jun 23, 2014
1448638
Updated contrib install process
heff Jun 24, 2014
fc4d00c
Condensed the contrib commands
heff Jun 25, 2014
191574a
Merge branch 'feature/multiple-event-register' of github.com:themicp/…
heff Jun 25, 2014
a1dec35
Moved the multiple events function off the global and renamed it slig…
heff Jun 25, 2014
57699db
Updated arr.forEach to more closely match the lodash API
heff Jun 25, 2014
0954704
Added a test for the default context of arr.forEach
heff Jul 1, 2014
b76ea0d
Merge pull request #1 from heff/review-themicp-feature/multiple-event…
themicp Jul 2, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading