From 9d60bad87fc1d49f126cc1c30f3affa27753de4b Mon Sep 17 00:00:00 2001 From: Dennis Bruner Date: Fri, 5 Jan 2018 10:41:11 +0100 Subject: [PATCH] Correct indentation --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4ae41a6..790b06b 100644 --- a/index.js +++ b/index.js @@ -45,7 +45,7 @@ const VueNativeNotification = { // Show function var show = function (title, opts, { - onerror = function () { }, + onerror = function () { }, onclick = function () { }, onclose = function () { }, onshow = function () { }