You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-05 22:57:29 +02:00
First pass at linting lib dir
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
const { BackHandler } = require('react-native');
|
||||
|
||||
class BackButtonService {
|
||||
|
||||
static initialize(defaultHandler) {
|
||||
this.defaultHandler_ = defaultHandler;
|
||||
|
||||
@@ -34,10 +33,9 @@ class BackButtonService {
|
||||
if (h === hanlder) this.handlers_.splice(i, 1);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
BackButtonService.defaultHandler_ = null;
|
||||
BackButtonService.handlers_ = [];
|
||||
|
||||
module.exports = { BackButtonService };
|
||||
module.exports = { BackButtonService };
|
||||
|
||||
Reference in New Issue
Block a user