initialize is called by Backbone right after a View is constructed.
Optional parameters
The initialize function receives any arguments passed to the view's constructor. Commonly, the options hash that is used to pass the view's default options:
['model', 'collection', 'el', 'id', 'attributes', 'c...