From 4be5e34492bde28df4b2a2569844bd90ae1871a2 Mon Sep 17 00:00:00 2001 From: Michael McKenzie Date: Thu, 21 Jul 2016 14:26:28 +0100 Subject: [PATCH] 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.