mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 16:28:11 +08:00
Remove usage of 'null' in favor of 'undefined'
This commit is contained in:
@@ -24,8 +24,8 @@ function initializeRipples() {
|
||||
|
||||
ripples = Array.from(navButtons).map((button) => ({
|
||||
element: button,
|
||||
animationStartTime: null,
|
||||
animationEndTime: null,
|
||||
animationStartTime: 0,
|
||||
animationEndTime: 0,
|
||||
goingUp: false,
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user