amitamb / screen.js

Client side screen recording library
0 stars 0 forks source link

Start using useCapture instead of document.bind or $("*").on #23

Open amitamb opened 11 years ago

amitamb commented 10 years ago

Only remaining to change is scroll handler.

$("*").on("scroll.screenjs", scrollHandler);

Also, following are remaining related to $(document)

$(document).on("mouseout.screenjs", function(domEvent){ $(document).on("mouseover.screenjs", function(domEvent){