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

Commit 48f53a7

Browse files
authored
Merge pull request #4 from wizard04wsu/access-modifiers
Update readme
2 parents 4b84a73 + 544b9fb commit 48f53a7

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)