Widget: Add missing "var" statement

This commit is contained in:
Raphael Michel
2023-01-30 17:07:27 +01:00
parent e03bebf5ab
commit 59f409b1c6

View File

@@ -1384,7 +1384,7 @@ Vue.component('pretix-widget', {
}, },
computed: { computed: {
classObject: function () { classObject: function () {
o = {'pretix-widget': true}; var o = {'pretix-widget': true};
if (this.mobile) { if (this.mobile) {
o['pretix-widget-mobile'] = true; o['pretix-widget-mobile'] = true;
} }