标签: variables inheritance null prototype
我有一个名为process的函数,当我在该函数中放置一个断点并滚动页面时,脚本顶部的变量target和elnode变为null,而其他人保留他们的价值观。
process
target
elnode
我是原型和继承的新手,所以有点令人困惑。 当您查看scrollDirection()函数this.node时,我仍然使用scrollDirection.call(this);调用它(在函数处理中)。
scrollDirection()
this.node
scrollDirection.call(this);
https://plnkr.co/7lgIn6ggugltqUsvHrzv