[GitHub] cordova-js pull request: CB-7868 Use utils.defineGetterSetter inst...

2014-10-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-js/pull/88 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] cordova-js pull request: CB-7868 Use utils.defineGetterSetter inst...

2014-10-27 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-js/pull/88 CB-7868 Use utils.defineGetterSetter instead of Object.defineProperty Object.defineProperty is not available on some android versions. Our own util function checks this, so we should just