Skip to content

Commit

Permalink
Added optional allowMerge parameter to non-static MetadataStore.impor…
Browse files Browse the repository at this point in the history
…tMetadata
  • Loading branch information
nick-pat committed Nov 19, 2014
1 parent 7c19458 commit 43c78b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breeze/breeze.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ declare module breeze {
getEntityTypes(): IStructuralType[];
hasMetadataFor(serviceName: string): boolean;
static importMetadata(exportedString: string): MetadataStore;
importMetadata(exportedString: string): MetadataStore;
importMetadata(exportedString: string, allowMerge?: boolean): MetadataStore;
isEmpty(): boolean;
registerEntityTypeCtor(entityTypeName: string, entityCtor: Function, initializationFn?: (entity: Entity) =>void ): void;
trackUnmappedType(entityCtor: Function, interceptor?: Function): void;
Expand Down

0 comments on commit 43c78b4

Please sign in to comment.