Skip to content

Instantly share code, notes, and snippets.

@handlename
Created November 12, 2011 05:55
Show Gist options
  • Save handlename/1360118 to your computer and use it in GitHub Desktop.
Save handlename/1360118 to your computer and use it in GitHub Desktop.
module.exports = function(callbacks, args) {
if (0 < callbacks.length) {
callbacks.shift()(callbacks, args);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment