peerigon / alamid

Framework for RESTful JavaScript web applications that run both on the server- and clientside.
http://www.alamidjs.com
MIT License
23 stars 3 forks source link

All Displayables should do a node reference test #193

Open jhnns opened 11 years ago

jhnns commented 11 years ago

There is a test-helper called collectNodeReferences. It walks over the whole object recursively and searches for references to dom nodes (as illustrated in this test). This test should be done in all children of Displayable to check if there is any node reference missing.