瀏覽代碼

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 */