[Common UI] Avoid infinite digest

This commit is contained in:
Victor Woeltjen 2015-10-08 14:35:21 -07:00
parent 3b6b4a5694
commit 83ce018bef

View File

@ -61,7 +61,7 @@ define(
// Some values may be out of range for the scroll bar,
// so publish the real scroll value back into scope.
if (element[0][property] !== value) {
updateScope();
parsed.assign(scope, element[0][property]);
}
}