From 4b5d7a26769e90c9d60389381dede05ce2088de7 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 23 Dec 2013 00:51:04 -0500 Subject: [PATCH] Reserved words section of README.md is unneeded --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 96e7059..30d96cf 100644 --- a/README.md +++ b/README.md @@ -222,14 +222,3 @@ To implement an interface, use the `implement()` class method: Note that, if a concrete implementation for each method is not provided, the implementing type must be declared abstract. - - -## Use of Reserved Words -Though JavaScript doesn't currently implement classes, interfaces, etc, it does -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' -* `Interface` is used with a capital 'I' -* Reserved keywords are quoted when used (e.g. in property strings) -