Adding void return type annotation to method acceptChanges in class EntityManager

This commit is contained in:
flyfishMT
2015-12-23 14:24:08 -07:00
parent 4426294361
commit 3209e89f21
+1 -1
View File
@@ -392,7 +392,7 @@ declare module breeze {
constructor(config?: EntityManagerOptions);
constructor(config?: string);
acceptChanges();
acceptChanges(): void;
addEntity(entity: Entity): Entity;
attachEntity(entity: Entity, entityState?: EntityStateSymbol, mergeStrategy?: MergeStrategySymbol): Entity;
clear(): void;