aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/notification-manager.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-04-19 23:38:56 +0800
committerDan <danjm.com@gmail.com>2018-04-19 23:38:56 +0800
commit9f12c26d44a0d78f28af25056857b993f80bbd95 (patch)
treea8a9c102eed9d0c972be80142a2087917b16c511 /app/scripts/lib/notification-manager.js
parent6da00c4061b4af1bb282c9ad68eaa2deef84093b (diff)
downloadtangerine-wallet-browser-9f12c26d44a0d78f28af25056857b993f80bbd95.tar
tangerine-wallet-browser-9f12c26d44a0d78f28af25056857b993f80bbd95.tar.gz
tangerine-wallet-browser-9f12c26d44a0d78f28af25056857b993f80bbd95.tar.bz2
tangerine-wallet-browser-9f12c26d44a0d78f28af25056857b993f80bbd95.tar.lz
tangerine-wallet-browser-9f12c26d44a0d78f28af25056857b993f80bbd95.tar.xz
tangerine-wallet-browser-9f12c26d44a0d78f28af25056857b993f80bbd95.tar.zst
tangerine-wallet-browser-9f12c26d44a0d78f28af25056857b993f80bbd95.zip
Even more documentation for various controllers and libs.
Diffstat (limited to 'app/scripts/lib/notification-manager.js')
-rw-r--r--app/scripts/lib/notification-manager.js9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/scripts/lib/notification-manager.js b/app/scripts/lib/notification-manager.js
index 1fcb7cf69..ce4825d5b 100644
--- a/app/scripts/lib/notification-manager.js
+++ b/app/scripts/lib/notification-manager.js
@@ -5,9 +5,12 @@ const width = 360
class NotificationManager {
- //
- // Public
- //
+ /**
+ * A collection of methods for controlling the showing and hiding of the notification popup.
+ *
+ * @typedef {Object} NotificationManager
+ *
+ */
showPopup () {
this._getPopup((err, popup) => {