2.0.6 • Published 5 years ago

peako v2.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago