makenai / node-uvc-control

Control UVC compliant USB webcams from node
80 stars 28 forks source link

arrow functions #30

Closed positlabs closed 5 years ago

positlabs commented 5 years ago

Changing all of the .bind calls to arrow functions.

It's a simple change, but I want to add more comprehensive tests before merging.

Also, updated the engines field to be in line with support for arrow functions (node 4.x). Should have done this earlier, but just now realized one of my commits already had an arrow function in it.