UNPKG

slimscroll

Version:

slimscroll is a small commonjs module with no library dependencies (sans jquery) that transforms any div into a scrollable area with a nice scrollbar - similar to the one Facebook and Google started using in their products recently. slimScroll doesn't occ

9 lines (7 loc) 171 B
/* * slimscroll * http://github.com/yawetse/slimscroll * * Copyright (c) 2014 Yaw Joseph Etse. All rights reserved. */ module.exports = require('./lib/slimscroll');