-
Notifications
You must be signed in to change notification settings - Fork 0
LeMisterV/EasyPrototype
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
EasyPrototype is a simple javascript framwork
The goal of this script is to bring some simple tools to javascript's prototype model.
Those tools are :
- easily creates Class
- automagicaly call some methods :
- classSetup on Class creation
- getInstance at the begining of object construction (return an object instance if the object has already been created)
- init on object construction
- prototype inheritance
- parent prototype's method call (super)
- method callback (binding)
About
Another small simple Javascript framework dedicated to add functionnalities to prototype model
Resources
Stars
Watchers
Forks
Packages 0
No packages published