Please see source code posted here
https://github.com/codesdk/famous_engine_issue_debug_position
Follow the steps in README.md
I am getting the following error
Uncaught TypeError: Cannot set property '_node' of undefined
which traces to the 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 the
newkeyword.