Merge branch 'open615' into open889

Merge in work-in-progress for WTD-615 (Fixed Position View)
into topic branch for WTD-889 (a sub-issue of WTD-615, which
has been broken down into discrete chunks to support
development.

Conflicts:
	platform/telemetry/src/TelemetrySubscription.js
This commit is contained in:
Victor Woeltjen
2015-02-17 08:26:34 -08:00
6 changed files with 363 additions and 4 deletions

View File

@ -74,7 +74,10 @@ define(
// Play back from queue if we are lossless
while (!pool.isEmpty()) {
updateValuesFromPool();
callback();
// Fire callback, if one was provided
if (callback) {
callback();
}
}
// Clear the pending flag so that future updates will