From d45e0e9dc2ab2d67882e84396743852eca68b296 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 21 Sep 2011 18:24:15 -0400 Subject: [PATCH] Removed new virtual/master reference from README that was added in master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f05734..733efc3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Current support includes: * Abstract classes and methods * Interfaces * Visibility (public, protected and private members) -* Static, constant and final members (**important: see virtual/master branch**) +* Static and constant 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.