Changing djit.Destroyable.own signature to match documentation and implmentation

This commit is contained in:
Michael McKenzie
2016-07-21 14:26:28 +01:00
parent 9330e50727
commit 4be5e34492

2
dojo/dijit.d.ts vendored
View File

@@ -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.