Changing djit.Destroyable.own signature to match documentation and implementation (#10219)

* Changing hitch signature to match documentation

* Changing hitch signature to match documentation

* Changing dojo/_base/lang mixin signature to match documentation

* Revert "Changing dojo/_base/lang mixin signature to match documentation"

This reverts commit cdfb764333.

* Changing djit.Destroyable.own signature to match documentation and implmentation
This commit is contained in:
Michael McKenzie
2016-07-23 23:31:10 -07:00
committed by Mohamed Hegazy
parent da7c99c73b
commit 88992f2e32
+1 -1
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.