Uncaught TypeError: Cannot set property '_node' of undefined

1k Views Asked by At

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.

1

There are 1 best solutions below

0
trusktr On