Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: restore missing part in example of url.md
  • Loading branch information
vsemozhetbyt committed May 29, 2017
commit baa7c0c3673032b9bd7f8fc18e3c4e5d44d5ba8c
1 change: 1 addition & 0 deletions doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ console.log(myURL.href);
// Prints https://example.org/foo

myURL.href = 'https://example.com/bar';
console.log(myURL.href);
// Prints https://example.com/bar
```

Expand Down