From 90fc77392fc19e97dca012b752ec01163ec26c2b Mon Sep 17 00:00:00 2001 From: vvakame Date: Sun, 19 Jul 2015 16:42:32 +0900 Subject: [PATCH] fix dojo/dojox.widget.d.ts --- dojo/dojox.widget.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dojo/dojox.widget.d.ts b/dojo/dojox.widget.d.ts index dbcc6083b3..afbb2eed5d 100644 --- a/dojo/dojox.widget.d.ts +++ b/dojo/dojox.widget.d.ts @@ -23018,7 +23018,7 @@ declare module dojox { */ class PortletSettings extends dijit._Container implements dijit.layout.ContentPane { constructor(params?: Object, srcNodeRef?: HTMLElement); - inherited: { (arguments: IArguments): any }; + inherited: { (args: IArguments): any }; /** * Custom press, release, and click synthetic events * which trigger on a left mouse click, touch, or space/enter keyup.