Explorar el Código

Add comment referring to const.h

Fabian hace 6 años
padre
commit
cd68392ffb
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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 */