Update yfiles-tests.ts

This commit is contained in:
Martin Braun 2017-08-15 15:47:47 +02:00 committed by GitHub
parent a9bb3cb531
commit b231da8563

View File

@ -145,7 +145,7 @@ class BasicTest {
}
}
class MyHitTestable extends yfiles.lang.BaseClass<Object>(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;
}