ES5: quote-props
This commit is contained in:
committed by
pavel-mailpoet
parent
cd091c2af6
commit
b8aceff61f
@@ -49,7 +49,7 @@ define([
|
||||
Module.StylesView = Marionette.View.extend({
|
||||
getTemplate: function() { return templates.styles; },
|
||||
modelEvents: {
|
||||
'change': 'render'
|
||||
change: 'render'
|
||||
},
|
||||
serializeData: function() {
|
||||
return this.model.toJSON();
|
||||
|
Reference in New Issue
Block a user