jcrosby / domfree
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
domfree /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.md | ||
| |
Rakefile | ||
| |
domfree.js | ||
| |
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

