How to check if Backbone view exists?
I have the following situation: - I initialize VIEW_1 on Application
startup. - VIEW1 Render function loads VIEW2. - on menu CLICK event in
VIEW2 i render VIEW3.
The problem is that, when click event happens, it always initializes VIEW3
with another ID which means that i have a GHOST VIEW situation.
any solution ?
No comments:
Post a Comment