Fixed phonejs error on TypeScript 0.9.5

This commit is contained in:
vvakame
2013-12-08 23:45:51 +09:00
parent 356b915418
commit 7bffc8c585
+1 -1
View File
@@ -300,7 +300,7 @@ declare module DevExpress.data {
objectLink(entityAlias: string, key: any): { __metadata: { uri: string }; }
}
interface IODataContext extends IODataContextBase {
[entitySetName: string]: Store;
[entitySetName: string]: any;
}
export interface ODataContextOptions {
url: string;