Merge pull request #7254 from erictleung/fix/format-console-log-correctly

Lowercase console.log in output box
This commit is contained in:
Logan Tegman
2016-02-25 22:21:44 -08:00

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%');