File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
129129
130130| Date | Version | Description |
131131| ----------- | ------- | ----------- |
132+ | 2018-06-14 | v1.0.27 | Maintenance |
132133| 2018-06-14 | v1.0.26 | Better error detection on chrome mobile #4 |
133134| 2017-08-25 | v1.0.21 | Support service worker web notifications |
134135| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
Original file line number Diff line number Diff line change 11{
22 "name" : " simple-web-notification" ,
3- "version" : " 1.0.26 " ,
3+ "version" : " 1.0.27 " ,
44 "description" : " Web Notifications made easy." ,
55 "authors" : [
66 " Sagie Gur-Ari <[email protected] >"
Original file line number Diff line number Diff line change 11| Date | Version | Description |
22| ----------- | ------- | ----------- |
3+ | 2018-06-14 | v1.0.27 | Maintenance |
34| 2018-06-14 | v1.0.26 | Better error detection on chrome mobile #4 |
45| 2017-08-25 | v1.0.21 | Support service worker web notifications |
56| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ $(function onLoad() {
55
66 if ( navigator . serviceWorker ) {
77 navigator . serviceWorker . register ( 'service-worker.js' ) . then ( function ( registration ) {
8- serviceWorkerRegistration = registration ;
9- } ) ;
8+ serviceWorkerRegistration = registration ;
9+ } ) ;
1010 }
1111
1212 var $title = $ ( '#title' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " simple-web-notification" ,
3- "version" : " 1.0.26 " ,
3+ "version" : " 1.0.27 " ,
44 "description" : " Web Notifications made easy." ,
55 "author" : {
66 "name" : " Sagie Gur-Ari" ,
You can’t perform that action at this time.
0 commit comments