mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
fix dojo/dojox.widget.d.ts
This commit is contained in:
2
dojo/dojox.widget.d.ts
vendored
2
dojo/dojox.widget.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user