Skip to content

Waiting for result of one function before executing another

Notifications You must be signed in to change notification settings

jslayer/when.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

#Javascript when

Simple function which is execute second callback when first is true.

##Compatibility

ie6+ & adequate browsers

##Usage

when(boolean_callback[, delay, attempts])
  .then(custom_callback[, arg[0], arg[1], ...])[.then(...)][.then(...)]
  .not(not_callback);

About

Waiting for result of one function before executing another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published