8 lines
96 B
JavaScript

function fn() {
var _this = this;
var inner = function () {
console.log(_this);
};
}