2.0.6 • Published 4 years ago

peako v2.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

peako

Size

Installation

npm install --save peako
Example
var _ = require( 'peako/_' );

_( document ).on( 'click', 'a', function ( event ) {
  event.preventDefault();
} );

Installation

<script src="https://raw.githubusercontent.com/tikhiy/peako/next/dist/peako.min.js"></script>
Example
var listener = _.debounce( 50, function ( event ) {
  console.log( 'onscroll called!' );
} );

_( self ).scroll( listener );

Development

Linting
make lint
Testing
make test
Before Committing
npm run prepublish

License

Released under the MIT license.

2.0.6

4 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago