Labs Feature Feedback will be appreciated!
Contains a listing of objects which are in use - even after they have been removed from the application
- via Backbone remove or destroy calls. This section will simulate zombie creation in the reference
application to demonstrate Backbone Eye Zombie detection.
Step 0 : A model c3 present corresponding to the todo item present in the
application.
Step 1 : Delete the todo item - "1". The application internally calls
view4.remove()
Step 2 : The view (view4) now moves to the Removed list
Step 3 : Perform a render operation on the removed view - via Firebug and Backbone
Eye.
Step 4 : view4 now appears in the Zombies list as operations have been performed
on it - even after
view4.remove() was called in step 1. Use the journal or interaction trails to figure out the
callee.