0.3.0 • Published 9 years ago

properjs-throttle v0.3.0

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

throttle

Rev limit your method calls.

Installation

npm install properjs-throttle --save-dev

Usage

var throttle = require( "properjs-throttle" );

// Fire callback at end of timeout
var func = throttle(function() {
    // Do stuff here
    
}, 200 );


func();
0.3.0

9 years ago

0.2.0

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago