javascript - Uncaught TypeError: Cannot set property '_node' of undefined -
please see source code posted here
https://github.com/codesdk/famous_engine_issue_debug_position
follow steps in readme.md
i getting following error
uncaught typeerror: cannot set property '_node' of undefined
which traces following line
*/ function position(node) { this._node = node; <----------------------
please help.
right here: https://github.com/codesdk/famous_engine_issue_debug_position/blob/master/src/myscene.js#l24
you forgot new
keyword.
Comments
Post a Comment