Skip to content

Provides a primitive base class for class-based inheritance, and an includes assortment of other useful JavaScript code

Notifications You must be signed in to change notification settings

andkor/js-toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Toolbox
Author: Jimmy Do
License: MIT

An assortment of useful JavaScript code.

toolbox.js
----------
Provides a primitive base class (Toolbox.Base) for class-based inheritance.
Based on code from Backbone (http://documentcloud.github.com/backbone/).

Depends on:
- Underscore (http://documentcloud.github.com/underscore/)

toolbox.extras.js
-----------------
Various utilities. Some are still works in progress.

Depends on:
- Underscore (http://documentcloud.github.com/underscore/)
- Backbone (http://documentcloud.github.com/backbone/)
- jQuery (http://jquery.com/)

About

Provides a primitive base class for class-based inheritance, and an includes assortment of other useful JavaScript code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published