Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore property changes on non-configurables #72

Merged
merged 1 commit into from May 16, 2014
Merged

Conversation

kriskowal
Copy link
Member

In Safari, properties of hosted objects (particularly DOM elements) are
not configurable so observing a property on a DOM element, even if to
traverse to an observable object, would fail with an error. This change
allows observers to proceed on the assumption that the non-configurable
property will not be changed.

This change fixes kriskowal/tengwarjs#1

In Safari, properties of hosted objects (particularly DOM elements) are
not configurable so observing a property on a DOM element, even if to
traverse to an observable object, would fail with an error. This change
allows observers to proceed on the assumption that the non-configurable
property will not be changed.
@kriskowal kriskowal merged commit 9fea54c into master May 16, 2014
@Stuk Stuk deleted the non-configurable branch May 28, 2014 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Safari not rendering translator
1 participant