0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-10 23:39:31 -05:00
verdaccio/node_modules/onscroll/examples/example.js
2014-09-14 18:28:17 +04:00

5 lines
No EOL
111 B
JavaScript
Executable file

var onScroll = require("../onScroll.js");
onScroll(function(top) {
console.log('Body Scroll: ' + top);
});