Maciej Stachowiak: > shouldBeFalse("typeof window == 'null'"); The typeof operator never returns "null". (Actually it could, since applying typeof to a host object could return any string, but I guess that's unlikely.) Maybe this should be: shouldBeFalse("window === null"); -- Cameron McCormack ICQ: 26955922 cam (at) mcc.id.au MSN: cam (at) mcc.id.au http://mcc.id.au/ JBR: heycam (at) jabber.orgReceived on Monday, 20 March 2006 23:15:44 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:18:54 GMT