Remove OS specific implementations
This commit is contained in:
parent
058bdfbced
commit
c741b584a1
11 changed files with 40 additions and 1038 deletions
|
@ -33,8 +33,9 @@ exports.load = (appUrl) => {
|
|||
body: 'Bar',
|
||||
hasReply: true,
|
||||
replyPlaceholder: 'foo'
|
||||
});
|
||||
n.on('reply', (...args) => console.log(args));
|
||||
n.show();
|
||||
})
|
||||
n.on('reply', (...args) => console.log('reply', ...args))
|
||||
n.on('click', (...args) => console.log('click', ...args))
|
||||
n.show()
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue