From 76423fc4ea3706afaf744b64401c861680ffaa9a Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 28 Dec 2010 17:44:33 -0500 Subject: [PATCH] abstractMethod() no longer used; removed reference from README in reserved words section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eca7266..519df57 100644 --- a/README.md +++ b/README.md @@ -148,5 +148,5 @@ reserve the keywords. In an effort to ensure that ease.js will not clash, the following precautions are taken: * `Class` is used with a capital C -* `abstractMethod()` is used rather than `abstract()` +* Reserved keywords are quoted when used (e.g. in property strings)