Skip to content

Commit a0e18f7

Browse files
committed
doc fix
1 parent ec4fae4 commit a0e18f7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-web-notification",
3-
"version": "1.0.28",
3+
"version": "1.0.29",
44
"description": "Web Notifications made easy.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3+
| 2018-06-25 | v1.0.29 | Maintenance |
34
| 2018-06-25 | v1.0.28 | Expose webNotification.requestPermission #5 |
45
| 2018-06-14 | v1.0.26 | Better error detection on chrome mobile #4 |
56
| 2017-08-25 | v1.0.21 | Support service worker web notifications |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-web-notification",
3-
"version": "1.0.28",
3+
"version": "1.0.29",
44
"description": "Web Notifications made easy.",
55
"author": {
66
"name": "Sagie Gur-Ari",

web-notification.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
* 'requestPermission' callback.
1313
*
1414
* @callback PermissionsRequestCallback
15-
* @param {error} [error] - The error object in case of any error
16-
* @param {function} [hide] - The hide notification function
15+
* @param {Boolean} granted - True if permission is granted, else false
1716
*/
1817

1918
/**

0 commit comments

Comments
 (0)