2
0
mirror of https://github.com/tenrok/vue-native-notification.git synced 2026-06-10 22:12:26 +03:00

Correct indentation

This commit is contained in:
Dennis Bruner
2018-01-05 10:41:11 +01:00
parent 7b1b9babbb
commit 9d60bad87f
+1 -1
View File
@@ -45,7 +45,7 @@ const VueNativeNotification = {
// Show function
var show = function (title, opts, {
onerror = function () { },
onerror = function () { },
onclick = function () { },
onclose = function () { },
onshow = function () { }