You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
initialize methods should be used for object instantiation and attribute assignment. We currently have calls to render(), fetch() and more inside of initialize() methods that should be moved elsewhere. Instantiating an object should NOT generate markup or jQuery bindings or anything else but an instance of that object.
The text was updated successfully, but these errors were encountered:
initialize methods should be used for object instantiation and attribute assignment. We currently have calls to render(), fetch() and more inside of initialize() methods that should be moved elsewhere. Instantiating an object should NOT generate markup or jQuery bindings or anything else but an instance of that object.
The text was updated successfully, but these errors were encountered: