Update comment
Comment in editor.js referenced file called "general.styl", changed that to "general.css".
This commit is contained in:
parent
42b87e0fbc
commit
5151aae07e
|
@ -13,7 +13,7 @@ window.editors = [];
|
||||||
showLineNumbers: false,
|
showLineNumbers: false,
|
||||||
showGutter: false,
|
showGutter: false,
|
||||||
maxLines: Infinity,
|
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;
|
editor.$blockScrolling = Infinity;
|
||||||
|
|
Loading…
Reference in New Issue