Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Object.defineProperty feature detection
The feature test that checked if Object.defineProperty was working correctly wasn't actually testing that it defined properties. This caused conflicts with shams in IE 8 and below.
- Loading branch information