forked from CGM_Public/pretix_original
Widget: Add missing "var" statement
This commit is contained in:
@@ -1384,7 +1384,7 @@ Vue.component('pretix-widget', {
|
||||
},
|
||||
computed: {
|
||||
classObject: function () {
|
||||
o = {'pretix-widget': true};
|
||||
var o = {'pretix-widget': true};
|
||||
if (this.mobile) {
|
||||
o['pretix-widget-mobile'] = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user