1
0
Fork 0

Reserved words section of README.md is unneeded

perfodd
Mike Gerwitz 2013-12-23 00:51:04 -05:00
parent 018351e565
commit 4b5d7a2676
1 changed files with 0 additions and 11 deletions

View File

@ -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)