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_
- Host: GitHub
- URL: https://github.com/stamen/super-classy-js
- Owner: stamen
- Created: 2014-07-15T18:15:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-15T18:42:00.000Z (almost 11 years ago)
- Last Synced: 2025-03-10T20:47:05.012Z (about 2 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 1
- Watchers: 20
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 );`