Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

fixes #182: improving Object.defineProperty() detection mechanism #183

Merged
merged 1 commit into from
Jun 16, 2016

Conversation

caridy
Copy link
Collaborator

@caridy caridy commented Jun 9, 2016

No description provided.

@caridy caridy added the bug label Jun 9, 2016
@caridy
Copy link
Collaborator Author

caridy commented Jun 9, 2016

Backpointer polyfillpolyfill/polyfill-service#712

@@ -836,7 +831,7 @@ function GetFormatDateTime() {
return internal['[[boundFormat]]'];
}

function GetFormatToPartsDateTime() {
Intl.DateTimeFormat.prototype.formatToParts = function formatToParts() {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by spec, this one was changed from a getter to a regular prototype method.

…ec alignment by making formatToParts a method instead of a getter.
@caridy caridy force-pushed the define-properties branch from e04c98d to 9ba894c Compare June 16, 2016 15:58
@caridy caridy merged commit 8b09c08 into master Jun 16, 2016
@caridy caridy deleted the define-properties branch June 16, 2016 20:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant