Update comment

Comment in editor.js referenced file called "general.styl", changed that
to "general.css".
This commit is contained in:
Stefanie Jäger 2018-11-09 17:34:57 +01:00
parent 42b87e0fbc
commit 5151aae07e
No known key found for this signature in database
GPG Key ID: 6A5BC7900331ABB4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ window.editors = [];
showLineNumbers: false,
showGutter: false,
maxLines: Infinity,
fontSize: "0.875em" // please adjust the font size of the code in general.styl
fontSize: "0.875em" // please adjust the font size of the code in general.css
});
editor.$blockScrolling = Infinity;