This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
A backbone view example that illustrates: | |
1. Solving the problem of referencing a DOM template (#my-view-template) | |
in body elem before the page is fully constructed. | |
2. Creating a custom class on element, if the class is not handled in the template. | |
3. Sending the result of a model method call along with serialized model to template. | |
*/ |