Parcourir la source

Add comment referring to const.h

Fabian il y a 6 ans
Parent
commit
cd68392ffb
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/config.js

+ 3 - 1
src/config.js

@@ -9,7 +9,9 @@
  */
 var DEBUG = true;
 
-/** @const */
+/** @const
+ * Also needs to be set in const.h
+ */
 var ENABLE_PROFILER = true;
 
 /** @const */