mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Updated type definitions
This commit is contained in:
Vendored
+1
-1
@@ -106,7 +106,7 @@ declare module dijit {
|
||||
* @param widget
|
||||
* @param insertIndex Optional
|
||||
*/
|
||||
addChild(widget: dijit._WidgetBase, insertIndex: number): void;
|
||||
addChild(widget: dijit._WidgetBase, insertIndex?: number): void;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user