Merge pull request #6137 from nelsonmorais/patch-1

Update breeze.d.ts
This commit is contained in:
Masahiro Wakame
2015-10-06 23:19:12 +09:00
+1 -1
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;