-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the local _isSafari() into dom-util.ts
The isSafari() function was introduced in master by this commit [1] and then cherry-picked straight to stable-3.2[2]. However, since the dom-util.ts did not exist in 3.2, the function was added directly into the gr-diff.js file. as a local method (_isSafari()). When stable-3.2 was merge into stable-3.3, the _isSafari() method was never replaced by the dom-utils.ts. [1]https://gerrit-review.googlesource.com/c/gerrit/+/296582 [2]https://gerrit-review.googlesource.com/c/gerrit/+/297615 Change-Id: Id61a7f6614bcabb8fe1b701a659c8e2dc7f83f04
- Loading branch information
1 parent
f202455
commit 4c13690
Showing
2 changed files
with
11 additions
and
8 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
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