Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.

Commit 544b9fb

Browse files
committed
- update readme; no longer IE compatible
1 parent 8adf6b2 commit 544b9fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# JavaScript Class Implementation
22

3-
IE 11 is still in use, so this was made to work in it as well.
3+
This no longer works in IE 11.
44

5-
This implementation allows for classes to be given protected access to items in a super-class (via getters & setters), and allows for private members to be accessed by methods within a class (via the constructor).
5+
This implementation allows for classes to be given protected access to items in a super-class.
66

77
---
88

0 commit comments

Comments
 (0)