Lowercase console.log in output box

This commit is contained in:
Eric Leung
2016-02-25 22:11:38 -08:00
parent 14b77533c5
commit 49110b610b

View File

@ -30,9 +30,10 @@ window.common = (function(global) {
codeOutput.setValue(`/**
* Your output will go here.
* Console.log() -type statements
* will appear in your browser\'s
* DevTools JavaScript console.
* Any console.log() -type
* statements will appear in
* your browser\'s DevTools
* JavaScript console.
*/`);
codeOutput.setSize('100%', '100%');