sbd-npm 1.3.30 → 1.3.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/util.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.3.30",
3
+ "version": "1.3.32",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/util.js CHANGED
@@ -2311,7 +2311,7 @@ const Util = {
2311
2311
 
2312
2312
  /**
2313
2313
  * 对表格每一行排序
2314
- * @param td_obj 表格里的单元格对象
2314
+ * @param td_obj 表格里的单元格(td)对象
2315
2315
  */
2316
2316
  sort_table_row: function (td_obj) {
2317
2317
  let table = td_obj.parents('table').eq(0);