ES5: quote-props

This commit is contained in:
Amine Ben hammou
2017-08-23 16:58:53 +00:00
committed by pavel-mailpoet
parent cd091c2af6
commit b8aceff61f
14 changed files with 55 additions and 56 deletions

View File

@@ -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();