Skip to content

Commit ee7bb45

Browse files
committed
Don't need those ;
1 parent 7cb16b2 commit ee7bb45

File tree

1 file changed

+2
-2
lines changed
  • days/093-096-vuejs/movie_exploder/js

1 file changed

+2
-2
lines changed

days/093-096-vuejs/movie_exploder/js/site.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ app = new Vue({
3838
that.movies = response.data.hits
3939
})
4040
.catch(function (error) { // handle error
41-
console.log("ERROR! " + error);
41+
console.log("ERROR! " + error)
4242
})
4343
},
4444
load_all_genres: function () {
@@ -52,7 +52,7 @@ app = new Vue({
5252
that.selected_genre = that.no_genre
5353
})
5454
.catch(function (error) { // handle error
55-
console.log("ERROR! " + error);
55+
console.log("ERROR! " + error)
5656
})
5757
},
5858
init: function () {

0 commit comments

Comments
 (0)