Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakan committed Aug 19, 2019
1 parent 077fd84 commit 42603c0
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 1-js/99-js-misc/01-proxy/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ As we can see, without any traps, `proxy` is a transparent wrapper around `targe

To activate more capabilities, let's add traps.

What can we intercept by them?
What can we intercept with them?

For most operations on objects, there's a so-called "internal method" in JavaScript specificaiton, that describes on the lowest level, how it works. For instance, `[[Get]]` - the internal method to read a property, `[[Set]]` -- the internal method to write a property, and so on. These methods are only used in the specification, we can't call them directly by name.

Expand Down
2 changes: 1 addition & 1 deletion 2-ui/1-document/01-browser-environment/windowObjects.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 2-ui/2-events/03-event-delegation/bagua-bubble.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

#child {
background: #CFCE95;
background: #FFDE99;
width: 50%;
height: 50%;
position: absolute;
Expand Down
Loading

0 comments on commit 42603c0

Please sign in to comment.