From b231da85635c8237a48827a645ab166376f9625c Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 15 Aug 2017 15:47:47 +0200 Subject: [PATCH] Update yfiles-tests.ts --- types/yfiles/yfiles-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/yfiles/yfiles-tests.ts b/types/yfiles/yfiles-tests.ts index 9d350bd6ac..f05acba4a4 100644 --- a/types/yfiles/yfiles-tests.ts +++ b/types/yfiles/yfiles-tests.ts @@ -145,7 +145,7 @@ class BasicTest { } } -class MyHitTestable extends yfiles.lang.BaseClass(yfiles.input.IHitTestable) implements yfiles.input.IHitTestable { +class MyHitTestable extends yfiles.lang.BaseClass(yfiles.input.IHitTestable) implements yfiles.input.IHitTestable { isHit(ctx:yfiles.input.IInputModeContext, p:yfiles.geometry.Point):boolean { return false; }