| 01:44 | <heycam> | Hixie, no, no easy way to do that |
| 01:45 | <heycam> | Hixie, you'd need to turn it into a regular interface with indexed properties |
| 01:45 | <heycam> | Hixie, btw I'm happy to try running the pdf generator on my machine if you want |
| 01:46 | <heycam> | Hixie, the downside of turning it into an interface is that there's then no way to get Array.prototype in the prototype chain |
| 01:46 | <heycam> | Hixie, but there is still a bug open about allowing something like that iirc... |
| 11:25 | <Ms2ger> | "Does web work add complex to web?" |
| 13:46 | <smaug____> | Grr... |
| 13:46 | <smaug____> | does anyone know how to get rid of Gnome instant search for good |
| 13:47 | <smaug____> | it tends to enable itself occasionally |
| 13:51 | <smaug____> | nm |
| 13:51 | <smaug____> | oops |
| 13:52 | <smaug____> | I wrote Gnome, when I meant Google. (I was searching for things about Gnome) |
| 14:10 | <msucan> | hello |
| 14:10 | <msucan> | which interface defines contentEditable? |
| 14:13 | <msucan> | found it |
| 17:21 | <Hixie> | heycam|away: can't i just inherit from the Foo[] interface or something like that? That would be convenient. |