An open API service indexing awesome lists of open source software.

https://github.com/stamen/super-classy-js

A extendable base-class for javascript. _NOT A FRAMEWORK_
https://github.com/stamen/super-classy-js

Last synced: about 2 months ago
JSON representation

A extendable base-class for javascript. _NOT A FRAMEWORK_

Awesome Lists containing this project

README

        

super-classy-js
===============

A extendable base-class for javascript. _NOT A FRAMEWORK_

This is just a couple tools to help write plain old javascript

To use this, include this file and add this line to the top of your classes:
`StamenBase.apply( this, arguments );`