瀏覽代碼

Remove useless code comment

An An 5 年之前
父節點
當前提交
d55b3dced2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/assets/AAChartView.js

+ 1 - 1
app/src/main/assets/AAChartView.js

@@ -12,7 +12,7 @@
                 }
 
 
-            aaOptions.credits = {enabled:false};//去掉表格右下角版权信息
+            aaOptions.credits = {enabled:false};
 
             if (aaOptions.plotOptions) {
                 configurePlotOptions(aaOptions);