jcrosby / domfree

A set of utility methods and modifications to JavaScript that have nothing to do with the DOM

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README.md
file Rakefile
file domfree.js
directory spec/
README.md

domfree

A set of utility methods and modifications to JavaScript that have nothing to do with the DOM.

Copyright 2009, Jon Crosby. MIT Licensed.

Testing

Testing is performed using node.js.

node spec/tacular.js

See http://nodejs.org for more information.

Packaging

rake dist

Credits

isFunction, isArray, clone/extend from jQuery uuid based on Math.uuid.js from Robert Kieffer