Re: [JSMentors] Re: Prototype chain can't get Object() ?

2011-06-10 Thread RobG
On Thursday, 9 June 2011 22:25:34 UTC+10, Stefan Weiss wrote: On 09.06.2011 01:23, RobG wrote: A function's this keyword is never empty, it*always* references an object. ... unless you're running in strict mode. (function () { use strict; console.log(typeof this); //

[JSMentors] Re: Prototype chain can't get Object() ?

2011-06-10 Thread RobG
On Jun 9, 6:12 pm, David Marrs d.ma...@gmail.com wrote: On 9 Jun 2011 00:23, RobG rg...@iinet.net.au wrote: On Jun 9, 2:34 am, David Marrs d.ma...@gmail.com wrote: [...] [1] it actually passes the function F's special 'this' object, which in the above example is empty A

Re: [JSMentors] Stop loading image - LazyLoad

2011-06-10 Thread Konstantin Breu
I think the problem with new browsers is called by speculative parsing functions of the browsers. The speculative parsing parses the content of the page with simple functionality very fast (before or during the DOM is built up), and tries to preload URLs it has found in the content. So it will

Re: [JSMentors] Re: Stop loading image - LazyLoad

2011-06-10 Thread Peter van der Zee
On Fri, Jun 10, 2011 at 3:31 PM, Fyodorov quot;bgaquot; Alexander bga.em...@gmail.com wrote: btw you always can do {window.stop()} and restart loading again o_0 I didn't know this was exposed. Thanks! What's the support on it? - peter -- To view archived discussions from the original