提交 ad3c4b06 编写于 作者: P Peng Lyu

remove unnecessary change.

上级 64005b74
......@@ -1543,7 +1543,7 @@ function _stringSet<T>(value: T, defaultValue: T, allowedValues: T[]): T {
return value;
}
export function _clampedInt(value: any, defaultValue: number, minimum: number, maximum: number): number {
function _clampedInt(value: any, defaultValue: number, minimum: number, maximum: number): number {
let r: number;
if (typeof value === 'undefined') {
r = defaultValue;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册