mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Changing djit.Destroyable.own signature to match documentation and implmentation
This commit is contained in:
Vendored
+1
-1
@@ -1606,7 +1606,7 @@ declare module dijit {
|
||||
* already removed/destroyed manually.
|
||||
*
|
||||
*/
|
||||
own(): any;
|
||||
own(...args: any[]): any[];
|
||||
/**
|
||||
* Place this widget somewhere in the DOM based
|
||||
* on standard domConstruct.place() conventions.
|
||||
|
||||
Reference in New Issue
Block a user