0.0.4 • Published 11 years ago

whenjs v0.0.4

Weekly downloads
10
License
BSD
Repository
github
Last release
11 years ago

When.js

A simple library for 'when' loops

Usage

var when = require("whenjs")

// Later

when(function(){
    return true == true; // The Condition.
}, function(){
    alert("True == True!"); // When The Condition Is True
})

It Will Work In The Browser Too!

Simply download when.js, then include <script src="when.js" type="text/javascript"></script>"

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago