diff --git a/src/views/loginUsername.vue b/src/views/loginUsername.vue index 5bd617b..8a50950 100644 --- a/src/views/loginUsername.vue +++ b/src/views/loginUsername.vue @@ -97,7 +97,7 @@ export default { this.$router.push({ path: "/library" }); }); }, - throttleSearch: throttle(function() { + throttleSearch: throttle(function () { this.search(); }, 500), }, diff --git a/src/views/next.vue b/src/views/next.vue index bde1b10..045c22d 100644 --- a/src/views/next.vue +++ b/src/views/next.vue @@ -41,7 +41,7 @@ export default { }, sortedTracks() { function compare(property) { - return function(obj1, obj2) { + return function (obj1, obj2) { var value1 = obj1[property]; var value2 = obj2[property]; return value1 - value2; diff --git a/src/views/playlist.vue b/src/views/playlist.vue index 5f8c02a..e58b685 100644 --- a/src/views/playlist.vue +++ b/src/views/playlist.vue @@ -27,9 +27,7 @@ > {{ playlist.creator.nickname }}