I went ahead and pushed this patch because it does no harm and moves you 
forward, but it still confuses me.
Your getComputedStyle function at line 759 is equivalent to

function getComputedStyle(e, p) { return e.style; }

The obj variable is local and goes away when the function returns.
So why not write it my way it's a whole lot easier to understand. Unless I'm 
missing something.

Karl Dahlke
_______________________________________________
Edbrowse-dev mailing list
[email protected]
http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev

Reply via email to