Skip to content

Conversation

@ksobue
Copy link
Contributor

@ksobue ksobue commented Apr 5, 2013

Replaced define[G|S]etter with Object.defineProperty for IE9 and later. Since some existing code (e.g, CSSStyleDeclaration.js) only supports IE9 and later, I think it is reasonable to replacing them without backward compatibility.

Also, replaced String.trimRight with String.replace(/\s+$/,"") because trimRight
is not ECMAScript5 function and IE does not support it.

Replaced __define[G|S]etter__ with Object.defineProperty.
Replaced String.trimRight with String.replace(/\s+$/,"") because trimRight
is not ECMAScript5 function and IE does not support it.
NV added a commit that referenced this pull request Apr 5, 2013
@NV NV merged commit a2356c6 into NV:gh-pages Apr 5, 2013
@ksobue
Copy link
Contributor Author

ksobue commented Apr 5, 2013

Thanks!

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.

2 participants