Skip to content

Commit

Permalink
移除注释
Browse files Browse the repository at this point in the history
  • Loading branch information
esengine committed Dec 10, 2020
1 parent 0e7dc67 commit c0450f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions source/bin/framework.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3006,8 +3006,7 @@ declare module es {
declare class ArrayUtils {
/**
* 执行冒泡排序
* @param ary
* 算法参考 -- http://www.hiahia.org/datastructure/paixu/paixu8.3.1.1-1.htm
* @param ary
*/
static bubbleSort(ary: number[]): void;
/**
Expand Down
3 changes: 1 addition & 2 deletions source/bin/framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -7635,8 +7635,7 @@ var ArrayUtils = /** @class */ (function () {
}
/**
* 执行冒泡排序
* @param ary
* 算法参考 -- http://www.hiahia.org/datastructure/paixu/paixu8.3.1.1-1.htm
* @param ary
*/
ArrayUtils.bubbleSort = function (ary) {
var isExchange = false;
Expand Down

0 comments on commit c0450f2

Please sign in to comment.