mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Correct ElementView to inherit from CellView
Provide deepSupplement with options defaults.
This commit is contained in:
Vendored
+2
-2
@@ -77,7 +77,7 @@ declare module joint {
|
||||
snapToGrid(p): { x: number; y: number; };
|
||||
}
|
||||
|
||||
class ElementView {
|
||||
class ElementView extends CellView {
|
||||
scale(sx: number, sy: number);
|
||||
}
|
||||
class CellView extends Backbone.View {
|
||||
@@ -110,6 +110,6 @@ declare module joint {
|
||||
function mixin(objects: any[]): any;
|
||||
function supplement(objects: any[]): any;
|
||||
function deepMixin(objects: any[]): any;
|
||||
function deepSupplement(objects: any[]): any;
|
||||
function deepSupplement(objects: any[], defaultIndicator?: any): any;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user