From 0554ae6f308106ab45a14dee231f43ae7d9ee75b Mon Sep 17 00:00:00 2001 From: omni360 Date: Sat, 20 Feb 2016 23:51:37 +0800 Subject: [PATCH] fix travis-ci test --- .../jsClipper-tests.ts => js-clipper/js-clipper-test.d.ts | 4 ++-- jsClipper/jsClipper.d.ts => js-clipper/js-clipper.d.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename jsClipper/jsClipper-tests.ts => js-clipper/js-clipper-test.d.ts (89%) rename jsClipper/jsClipper.d.ts => js-clipper/js-clipper.d.ts (99%) diff --git a/jsClipper/jsClipper-tests.ts b/js-clipper/js-clipper-test.d.ts similarity index 89% rename from jsClipper/jsClipper-tests.ts rename to js-clipper/js-clipper-test.d.ts index ea2d04b773..316b3ab578 100644 --- a/jsClipper/jsClipper-tests.ts +++ b/js-clipper/js-clipper-test.d.ts @@ -1,4 +1,4 @@ -/// +/// class jsClipperTest{ public intPointTest(){ @@ -16,4 +16,4 @@ class jsClipperTest{ var tt = new jsClipperTest; -tt.intPointTest(); \ No newline at end of file +tt.intPointTest(); diff --git a/jsClipper/jsClipper.d.ts b/js-clipper/js-clipper.d.ts similarity index 99% rename from jsClipper/jsClipper.d.ts rename to js-clipper/js-clipper.d.ts index ffcc9f64ae..9538ef79c4 100644 --- a/jsClipper/jsClipper.d.ts +++ b/js-clipper/js-clipper.d.ts @@ -1,4 +1,4 @@ -// Type definitions for jsClipper.js +// Type definitions for js-clipper // Project: https://github.com/mathisonian/JsClipper // Definitions by: Hou Chunlei // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -298,4 +298,4 @@ declare module ClipperLib { } - \ No newline at end of file +