Skip to content

Commit 7b6a719

Browse files
committed
codacy fix
1 parent 6933202 commit 7b6a719

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/express/public/core/device-and-type/javascripts/countly.views.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,8 @@ var GridComponent = countlyVue.views.create({
453453
return;
454454
}
455455
else {
456-
return this.$emit('command', event);
456+
this.$emit('command', event);
457+
return;
457458
}
458459
},
459460
}

0 commit comments

Comments
 (0)