mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update yfiles-tests.ts
This commit is contained in:
parent
a9bb3cb531
commit
b231da8563
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user