0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Adjust comment to better describe the require section

#629
This commit is contained in:
Charlie Humphreys
2021-11-10 11:37:18 -06:00
parent cac9e208df
commit 52d7e6892b

View File

@@ -14,7 +14,7 @@ if(typeof navigator !== 'undefined'){
require('codemirror/mode/css/css.js');
require('codemirror/mode/javascript/javascript.js');
// this should add the foldcode helpers and such to the CodeMirror object, but seemingly is adding them to a new instance of CodeMirror
//Addons
require('codemirror/addon/fold/foldcode.js');
require('codemirror/addon/fold/foldgutter.js');