mirror of
https://github.com/pretix/pretix.git
synced 2026-05-13 16:33:59 +00:00
Widget: Add missing "var" statement
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user