Unneccessary semicolon fixed

This commit is contained in:
Quinn-H
2017-02-06 14:21:17 +13:00
parent 97c43cb680
commit f466608754

View File

@ -1163,7 +1163,7 @@
"function urlSlug(title) {",
" ",
" ",
"};",
"}",
"// Add your code above this line",
"",
"var winterComing = urlSlug(globalTitle); // Should be \"winter-is-coming\""