Unneccessary semicolon fixed

This commit is contained in:
Quinn-H
2017-02-06 14:21:17 +13:00
parent 7b0e659061
commit 2a7432ef5d

View File

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