dependency-observable changes (#2584)

* Improved es6.d.ts
Small perf improvement in resetValues

* Fix tslint errors

* Removed all comments from es6.d.ts (TSLint hell)
This commit is contained in:
Hristo Hristov
2016-08-15 15:14:03 +03:00
committed by GitHub
parent ddc351f78c
commit fc0048c4a1
5 changed files with 68 additions and 82 deletions

View File

@ -243,6 +243,7 @@ declare module "ui/core/dependency-observable" {
/**
* Iterates all the properties which have a PropertyEntry registered for this instance.
*/
_resetValues(valueSource: number): void;
_eachSetProperty(callback: (property: Property) => boolean): void;
_eachSetPropertyValue(callback: (property: Property, value: any) => void): void;
//@endprivate