mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
Changing djit.Destroyable.own signature to match documentation and implmentation
This commit is contained in:
2
dojo/dijit.d.ts
vendored
2
dojo/dijit.d.ts
vendored
@@ -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