Comparing version 0.3.3 to 0.3.4
@@ -36,5 +36,5 @@ import { ModelEventDispatcher } from "../ModelEventDispatcher"; | ||
refresh(): void; | ||
forEach(fn: (item: T) => void, context: any): void; | ||
forEach(fn: (item: T) => void, context?: any): void; | ||
protected dataProvider_collectionChangeHandler(event: CollectionEvent): void; | ||
private internalRefresh(dispatch); | ||
} |
{ | ||
"name": "ramajs", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91027