mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Fixed jointjs error on TypeScript 0.9.5
This commit is contained in:
2
jointjs/jointjs.d.ts
vendored
2
jointjs/jointjs.d.ts
vendored
@@ -34,7 +34,7 @@ declare module joint {
|
||||
embed(cell: Cell);
|
||||
unembed(cell: Cell);
|
||||
getEmbeddedCells(): Cell[];
|
||||
clone<T>(opt?: any): T; // @todo: return can either be Cell or Cell[].
|
||||
clone(opt?: any): Backbone.Model; // @todo: return can either be Cell or Cell[].
|
||||
attr(attrs: any): Cell;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user