-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move more js_util usage to the dom library (#2121)
This was originally written to use `js_util.getProperty` at the calling side to push the knowledge of the different types of sources into the usage location. Instead, wrap it up with js interop and use nullability to reflect that some of the fields may not exist.
- Loading branch information
Showing
5 changed files
with
931 additions
and
904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## 1.24.9-wip | ||
|
||
## 1.24.8 | ||
|
||
* Remove spurious deprecation during autocomplete for `setUp` and `tearDown`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.