mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
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:
committed by
Mohamed Hegazy
parent
da7c99c73b
commit
88992f2e32
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