From d928d27b5c6125487e5c1c7317e03cb9413b0c3f Mon Sep 17 00:00:00 2001 From: omni360 Date: Sun, 21 Feb 2016 00:28:35 +0800 Subject: [PATCH] update --- js-clipper/js-clipper.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js-clipper/js-clipper.d.ts b/js-clipper/js-clipper.d.ts index 9538ef79c..f2581fada 100644 --- a/js-clipper/js-clipper.d.ts +++ b/js-clipper/js-clipper.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/mathisonian/JsClipper // Definitions by: Hou Chunlei // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// + declare module ClipperLib { export var biginteger_used: boolean; @@ -12,7 +12,7 @@ declare module ClipperLib { export function Math_Max_Int32_Int32(a: number, b: number): number; export function Cast_Int32(a: number): number; export function Cast_Int64(a: number): number; - export function Clear(a): void; + export function Clear(a:ArrayLike): void; export const MaxSteps: number; export const PI: number;