浏览代码

Add comment referring to const.h

Fabian 6 年之前
父节点
当前提交
cd68392ffb
共有 1 个文件被更改,包括 3 次插入1 次删除
  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 */