0.3.0 • Published 10 years ago

properjs-throttle v0.3.0

Weekly downloads
1
License
-
Repository
github
Last release
10 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

10 years ago

0.2.0

10 years ago

0.1.7

10 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago