1
0
Fork 0

Added static, const and final mention to README.md

closure/master
Mike Gerwitz 2011-05-19 19:53:34 -04:00
parent 6e1d796092
commit 0ef016600c
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Current support includes:
* Abstract classes and methods
* Interfaces
* Visibility (public, protected and private members)
* Static, constant and final members
While the current focus of the project is Object-Oriented design, it is likely
that ease.js will expand to other paradigms in the future.