From 1a432d36329c799798e5c4d18fcf7a422698789b Mon Sep 17 00:00:00 2001 From: omni360 Date: Mon, 15 Feb 2016 17:56:18 +0800 Subject: [PATCH] fixed error in travis-ci --- sat/sat.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sat/sat.d.ts b/sat/sat.d.ts index 4e84ba47d..64021b589 100644 --- a/sat/sat.d.ts +++ b/sat/sat.d.ts @@ -1,6 +1,6 @@ // Type definitions for sat.js // Project: https://github.com/jriecken/sat-js -// Definitions by: Hou,Chunlei +// Definitions by: Hou Chunlei // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module SAT { @@ -139,4 +139,4 @@ declare module SAT { */ export function testPolygonPolygon(a: Polygon, b: Polygon, response?: Response): boolean; -} \ No newline at end of file +}