Merge pull request #3542 from MWGitHub/patch-1

Remove Unnecessary Left Over Semicolon
pull/3551/head
Anton Strömkvist 2015-09-30 23:51:23 +02:00
commit c82744bb34
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@
"",
"function ourFunction(a, b) {",
" return a - b;",
"};",
"}",
"",
"// Create a function called myFunction that returns the value of a plus b.",
"// Only change code below this line.",