Update falcor-http-datasource.d.ts (#9087)

This commit is contained in:
PatrickJS
2016-05-06 02:38:07 -06:00
committed by Horiuchi_H
parent cf059e978e
commit 02ba1e3e95

View File

@@ -11,7 +11,7 @@ declare namespace FalcorHttpDataSource {
* A HttpDataSource object is a {@link DataSource} can be used to retrieve data from a remote JSONGraph object using the browser's XMLHttpRequest.
**/
class XMlHttpSource extends FalcorModel.DataSource {
constructor(jsonGraphUrl: string);
constructor(jsonGraphUrl: string, config?: any);
}
}