mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update jointjs.d.ts
Removed namespace from Generic dia shape causing import issues.
This commit is contained in:
Vendored
+1
-1
@@ -110,7 +110,7 @@ declare module joint {
|
||||
|
||||
module shapes {
|
||||
module basic {
|
||||
class Generic extends joint.dia.Element {
|
||||
class Generic extends dia.Element {
|
||||
}
|
||||
class Rect extends Generic {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user