mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 19:42:46 +08:00
Update yfiles-tests.ts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user