From 88992f2e3217cc9a3eefd78fc77e869d0e1ade14 Mon Sep 17 00:00:00 2001 From: Michael McKenzie Date: Sun, 24 Jul 2016 07:31:10 +0100 Subject: [PATCH] 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 cdfb764333a69c177fa59837d92a98b03f564538. * Changing djit.Destroyable.own signature to match documentation and implmentation --- dojo/dijit.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dojo/dijit.d.ts b/dojo/dijit.d.ts index 8d3e99b6b5..29abf02211 100644 --- a/dojo/dijit.d.ts +++ b/dojo/dijit.d.ts @@ -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.