Run eslint over files, see what gets fixed automatically and clean up

This commit is contained in:
rejas
2020-07-27 14:24:30 +02:00
parent f4eae72c48
commit 43bcf4ab98
11 changed files with 72 additions and 24 deletions

View File

@@ -13,6 +13,9 @@
(function (window) {
/**
* extend obj function
*
* @param a
* @param b
*/
function extend(a, b) {
for (let key in b) {
@@ -25,6 +28,8 @@
/**
* NotificationFx function
*
* @param options
*/
function NotificationFx(options) {
this.options = extend({}, this.options);