mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
fix dojo/dijit.d.ts
This commit is contained in:
Vendored
+3
-3
@@ -101908,7 +101908,7 @@ declare module dijit {
|
||||
* @param callback
|
||||
* @param onError
|
||||
*/
|
||||
getChildren(parentItem: dojo.data.api.Item, callback: {(items:any[])}, onError: Function): void;
|
||||
getChildren(parentItem: dojo.data.api.Item, callback: {(items:any[]):any;}, onError: Function): void;
|
||||
/**
|
||||
*
|
||||
* @param item
|
||||
@@ -102160,7 +102160,7 @@ declare module dijit {
|
||||
* @param onComplete
|
||||
* @param onError
|
||||
*/
|
||||
getChildren(parentItem: Object, onComplete: {(items:any[])}, onError: Function): void;
|
||||
getChildren(parentItem: Object, onComplete: {(items:any[]):any;}, onError: Function): void;
|
||||
/**
|
||||
*
|
||||
* @param item
|
||||
@@ -102331,7 +102331,7 @@ declare module dijit {
|
||||
* @param onComplete
|
||||
* @param onError
|
||||
*/
|
||||
getChildren(parentItem: dojo.data.api.Item, onComplete: {(items:any[])}, onError: Function): void;
|
||||
getChildren(parentItem: dojo.data.api.Item, onComplete: {(items:any[]):any;}, onError: Function): void;
|
||||
/**
|
||||
*
|
||||
* @param item
|
||||
|
||||
Reference in New Issue
Block a user