Closed joshuafontany closed 5 years ago
This seems to have been caused by one of the helper libraries (alphanum.js) adding a prototype method to the Array object type. This is a BAD IDEA as for (var x in arr)
loops will also iterate these custom properties, breaking other people's code.
Commented out the custom protoype method, and made sure that 'alphanum' is required in each js file that uses it's methods.
Closed. 2.0.4
"Cannot read X of undefined" and other JS errors under Node.js setups (single server node and Bob multiserver).
More info from mauloop via GoogleGroups: https://groups.google.com/forum/#!topic/tiddlywiki/ZiFBwS_hplE