fix failing test

This commit is contained in:
Bernd Hacker
2017-06-12 15:54:08 +02:00
parent 98faf31f64
commit 59dfc1e434
2 changed files with 2 additions and 0 deletions

View File

@@ -82,5 +82,6 @@ captureBtn.onclick = () => {
let icon = new H.map.Icon('svg', { size: 5, crossOrigin: false });
let polyline = new H.map.Polyline(new H.geo.Strip());
// tslint:disable-next-line:array-type
let clipArr: Array<Array<number>>;
clipArr = polyline.clip(new H.geo.Rect(5, 5, 5, 5));

View File

@@ -3,6 +3,7 @@
// Definitions by: Joshua Efiong <https://github.com/Josh-ES/>
// Bernd Hacker <https://github.com/denyo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
declare namespace H {
/***** Map *****/