Rename Whisper.View#attributes
Avoid colliding with Backbone.View attributes, which is a list of attrs to set on the html element for a view.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
});
|
||||
},
|
||||
attributes: function() {
|
||||
render_attributes: function() {
|
||||
return {
|
||||
your_key: this.splitKey(this.model.your_key),
|
||||
their_key: this.splitKey(this.model.their_key)
|
||||
|
Reference in New Issue
Block a user