Skip to content

Commit c0450f2

Browse files
committed
移除注释
1 parent 0e7dc67 commit c0450f2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

source/bin/framework.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3006,8 +3006,7 @@ declare module es {
30063006
declare class ArrayUtils {
30073007
/**
30083008
* 执行冒泡排序
3009-
* @param ary
3010-
* 算法参考 -- http://www.hiahia.org/datastructure/paixu/paixu8.3.1.1-1.htm
3009+
* @param ary
30113010
*/
30123011
static bubbleSort(ary: number[]): void;
30133012
/**

source/bin/framework.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7635,8 +7635,7 @@ var ArrayUtils = /** @class */ (function () {
76357635
}
76367636
/**
76377637
* 执行冒泡排序
7638-
* @param ary
7639-
* 算法参考 -- http://www.hiahia.org/datastructure/paixu/paixu8.3.1.1-1.htm
7638+
* @param ary
76407639
*/
76417640
ArrayUtils.bubbleSort = function (ary) {
76427641
var isExchange = false;

0 commit comments

Comments
 (0)