File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34291,7 +34291,7 @@ declare module dijit {
34291
34291
*
34292
34292
* @param id
34293
34293
*/
34294
- byId(id: String): any ;
34294
+ byId(id: String): dijit._WidgetBase ;
34295
34295
/**
34296
34296
* A synthetic clone of array.every acting explicitly on this WidgetSet
34297
34297
*
@@ -105714,14 +105714,14 @@ declare module dijit {
105714
105714
*
105715
105715
* @param id
105716
105716
*/
105717
- byId(id: String): String ;
105717
+ byId(id: String): dijit._WidgetBase ;
105718
105718
/**
105719
105719
* Find a widget by it's id.
105720
105720
* If passed a widget then just returns the widget.
105721
105721
*
105722
105722
* @param id
105723
105723
*/
105724
- byId(id: dijit._WidgetBase): String ;
105724
+ byId(id: dijit._WidgetBase): dijit._WidgetBase ;
105725
105725
/**
105726
105726
* Returns the widget corresponding to the given DOMNode
105727
105727
*
@@ -105956,14 +105956,14 @@ declare module dijit {
105956
105956
*
105957
105957
* @param id
105958
105958
*/
105959
- byId(id: String): String ;
105959
+ byId(id: String): dijit._WidgetBase ;
105960
105960
/**
105961
105961
* Find a widget by it's id.
105962
105962
* If passed a widget then just returns the widget.
105963
105963
*
105964
105964
* @param id
105965
105965
*/
105966
- byId(id: dijit._WidgetBase): String ;
105966
+ byId(id: dijit._WidgetBase): dijit._WidgetBase ;
105967
105967
/**
105968
105968
* Returns the widget corresponding to the given DOMNode
105969
105969
*
You can’t perform that action at this time.
0 commit comments