From c0450f21b697db7e3eda1f0e29b93b01ac24e688 Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Thu, 10 Dec 2020 11:19:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/bin/framework.d.ts | 3 +-- source/bin/framework.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/source/bin/framework.d.ts b/source/bin/framework.d.ts index 136ce8cd..d721bf1a 100644 --- a/source/bin/framework.d.ts +++ b/source/bin/framework.d.ts @@ -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; /** diff --git a/source/bin/framework.js b/source/bin/framework.js index 8fa2a4f4..c4edb201 100644 --- a/source/bin/framework.js +++ b/source/bin/framework.js @@ -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;