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

12 lines (9 loc) 219 B
'use strict'; // console.log("example test wepps!!s"); var linotype = require('../../../index'); window.onload =function(){ window.Linotype = new linotype({ verticalCentered: false }); window.Linotype.init(); };