Re: isPropertyEnumerable is going to stay broken?

2007-09-17 Thread Garrett Smith
YUI Connection Manager for(var prop in this._http_header){ if(this._http_header.propertyIsEnumerable){ o.conn.setRequestHeader(prop, this._http_header[prop]); } } The conditional check will

ES3 Errata

2007-09-17 Thread Garrett Smith
I read through Waldemar Horwat's Errata and did not find it here: http://www.mozilla.org/js/language/E262-3-errata.html here's the spec, including errata: Every built-in function and every built-in constructor has the Function protot