From 0ef016600cbd267a86b657b0f67416db484c3698 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 19 May 2011 19:53:34 -0400 Subject: [PATCH] Added static, const and final mention to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 633a1b8..21d7b71 100644 --- a/README.md +++ b/README.md @@ -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.