On Mar 3, 8:08 pm, Jarek Foksa <[email protected]> wrote: > (...) even if default context has changed (...)
NOTE TO ALL: Please *stop* calling `this` "the context", it's a misnomer. The "context" of a function/method is *not* `this`: see http://es5.github.com/#x10.3 I would suggest that a much more appropriate term for `this` would be the "receiver" (a smalltalk-ism, afaict), or the "receiving object" (if it were not because in ES5 strict it may not be an object), or ________ , but *not* "context", please. The "context" is another !== thing. Bikeshedding very much appreciated :-P -- Jorge -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
