Skip to content

Commit 2e34fa8

Browse files
author
caoxinke@supermap.com
committed
fix部分注释。
1 parent 82fca36 commit 2e34fa8

File tree

106 files changed

+71959
-61641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+71959
-61641
lines changed

dist/iclient-classic.js

Lines changed: 2964 additions & 3133 deletions
Large diffs are not rendered by default.

dist/iclient-classic.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iclient9-leaflet.js

Lines changed: 23418 additions & 20774 deletions
Large diffs are not rendered by default.

dist/iclient9-leaflet.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iclient9-mapboxgl.js

Lines changed: 14403 additions & 11950 deletions
Large diffs are not rendered by default.

dist/iclient9-mapboxgl.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/iclient9-openlayers.js

Lines changed: 23225 additions & 20480 deletions
Large diffs are not rendered by default.

dist/iclient9-openlayers.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/common/commontypes/BaseTypes.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@ if (!Number.prototype.limitSigDigs) {
344344
export var FunctionExt = SuperMap.Function = {
345345
/**
346346
* @description 绑定函数到对象.方便创建this的作用域.
347-
* @param func - {Function} 输入函数.
347+
* @param func - {function} 输入函数.
348348
* @param object - {Object} 对象绑定到输入函数(作为输入函数的this对象).
349-
* @returns {Function} object参数作为func函数的this对象.
349+
* @returns {function} object参数作为func函数的this对象.
350350
*/
351351
bind: function (func, object) {
352352
// create a reference to all arguments past the second one
@@ -363,9 +363,9 @@ export var FunctionExt = SuperMap.Function = {
363363

364364
/**
365365
* @description 绑定函数到对象,在调用该函数时配置并使用事件对象作为第一个参数.
366-
* @param func - {Function} 用于监听事件的函数.
366+
* @param func - {function} 用于监听事件的函数.
367367
* @param object - {Object} this 对象的引用.
368-
* @returns {Function}
368+
* @returns {function}
369369
*/
370370
bindAsEventListener: function (func, object) {
371371
return function (event) {
@@ -414,7 +414,7 @@ export var ArrayExt = SuperMap.Array = {
414414
* @description 过滤数组.提供了ECMA-262标准中Array.prototype.filter函数的扩展.
415415
* @see {@link http://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/filter}
416416
* @param array - {Array} 要过滤的数组..
417-
* @param callback - {Function} 数组中的每一个元素调用该函数.<br>
417+
* @param callback - {function} 数组中的每一个元素调用该函数.<br>
418418
* 如果函数的返回值为true,该元素将包含在返回的数组中.该函数有三个参数: 数组中的元素,元素的索引,数组自身.<br>
419419
* 如果设置了可选参数caller,在调用callback时,使用可选参数caller设置为callback的参数.<br>
420420
* @param caller - {Object} 在调用callback时,使用可选参数caller设置为callback的参数.

src/common/commontypes/Bounds.js

Lines changed: 73 additions & 117 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy