aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/notification-manager.js
Commit message (Collapse)AuthorAgeFilesLines
* notification-manager - remove promise listenerkumavis2017-04-291-3/+0
| | | | | | | | seems chrome changed their API? MDN suggests that a Promise should be returned but getting `undefined` https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/windows/create Chrome docs suggest its a callback API lolwut https://developer.chrome.com/extensions/windows#method-create
* Fix linting warningsThomas Huang2017-04-271-1/+1
|
* notification-manager - rename show -> showPoup + make getPopup privatekumavis2017-04-011-10/+10
|
* introduce platform api and rename notifications to notification-managerkumavis2017-03-311-0/+74