Commit dbd832f
committed
Switch local databases to function definitions
The local databases UI was essentially the only class which was defining
methods using assignment to a class property rather than using function
definitions and binding them. This switches it to use function
definitions and binding, which is more consistent with the rest of the
codebase.1 parent af63e50 commit dbd832f
1 file changed
Lines changed: 94 additions & 82 deletions
0 commit comments