Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages