Skip to content

Instantly share code, notes, and snippets.

View andrew-kzoo's full-sized avatar

Andrew Collins andrew-kzoo

View GitHub Profile
/**
* Simple javascript rules engine
*
* @author Bryan Elliott
* @link http://codemonkeybryan.com
*
* A RuleSet is essentially a simple list of voters. By executing the RuleSet,
* you iterate over the voters and obtain a done/fail event via jQuery's Deferred
* interface.
*