Um, no, I was thinking something like : ``` var fn;
fn = function fn() {
// After the context is attached fn scope already knows "shared"
};
(function () {
var shared;
shared = 'message';
fn.attachContext();
}());```
Michaël Rouges - https://github.com/Lcfvs - @Lcfvs
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

