This commit is contained in:
Igor Kriklivets
2014-12-11 15:34:18 +03:00
parent 446b8bb074
commit 2be87b8480
+1 -1
View File
@@ -333,7 +333,7 @@ declare module DevExpress {
createQuery(): Query;
}
interface Promise {
then(doneFn?: Function, failFn?: Function, progressFn?: Function) => Promise;
then(doneFn?: Function, failFn?: Function, progressFn?: Function) : Promise;
}
export interface CustomStoreOptions extends StoreOptions {
/** The user implementation of the byKey(key, extraOptions) method. */