webogram-i2p/app/service_worker.js
Bart 5871645ca6 Fixed subset of StandardJS errors (#1356)
Fixed the errors that would definitly not change the functionality of the program
These include
* Unexpected && and || combinations
* variables with different values defined in same line of code
* Global variable never defined
* spacing/placing errors

These errors were not touched
* variables who are never used
* == and != errors
2017-03-13 21:57:24 +03:00

5 lines
81 B
JavaScript

/* global importScripts */
importScripts('js/lib/push_worker.js')
// Version 53