| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | wpmm.visualizer = {}; |
| 3 | 3 | |
| 4 | 4 | wpmm.visualizer.Chart = Backbone.Model.extend({ |
| 5 | 5 | sync: function(method, model, options) { |
| 6 | - if ('delete' === method) { | |
| 6 | + if ('delete' == method) { | |
| 7 | 7 | options = options || {}; |
| 8 | 8 | options.data = _.extend( options.data || {}, { |
| 9 | 9 | action: wpmvlv.actions.delete_chart, |
| 10 | 10 | chart: model.get('id'), |