Update breeze.d.ts

Change ths SaveOptions constructor parameter to be alignd with the Breeze docs (http://breeze.github.io/doc-js/api-docs/classes/SaveOptions.html)
This commit is contained in:
Nelson Morais 2015-10-05 13:00:41 +01:00
parent 98d3168c2c
commit f4e60dfe54

2
breeze/breeze.d.ts vendored
View File

@ -857,7 +857,7 @@ declare module breeze {
tag: Object;
static defaultInstance: SaveOptions;
constructor(config?: { allowConcurrentSaves?: boolean; });
constructor(config?: { allowConcurrentSaves?: boolean; resourceName?: string; dataService?: DataService; tag?: any});
setAsDefault(): SaveOptions;
using(config: SaveOptionsConfiguration): SaveOptions;