mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
fixed error in travis-ci
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user