Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.92k stars 175 forks source link

Self-referential object causes stack overflow in traverseScope #197

Closed sheab closed 12 years ago

sheab commented 12 years ago
Doritos = function() {
  this.iLoveDoritos = this
}
now.testObj = new Doritos()

Stacktrace:

<error>
getter
util.watch
lib.traverseScope
lib.traverseScope
..
steveWang commented 12 years ago

Unsupported because of design decision (we decided that the use case was too niche to warrant the headache). Sorry!