whatwg / loader

Loader Standard
https://whatwg.github.io/loader/
Creative Commons Zero v1.0 Universal
607 stars 45 forks source link

2.3.2 SimpleDefine spec error #61

Closed FUDCo closed 9 years ago

FUDCo commented 9 years ago

Section 2.3.2 SimpleDefine, step 2 says: Return the result of calling OrdinaryDefineOwnProperty(obj, name, value). If I'm reading things right, that should be: Return the result of calling OrdinaryDefineOwnProperty(obj, name, desc).

caridy commented 9 years ago

@FUDCo thanks for spotting this problem. keep them coming ;)