fixed error in travis-ci

This commit is contained in:
omni360
2016-02-15 17:56:18 +08:00
parent 05efb3d415
commit 1a432d3632
+2 -2
View File
@@ -1,6 +1,6 @@
// Type definitions for sat.js
// Project: https://github.com/jriecken/sat-js
// Definitions by: Hou,Chunlei <https://github.com/omni360>
// Definitions by: Hou Chunlei <https://github.com/omni360>
// 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;
}
}