Skip to content

Commit

Permalink
Remove bodilessMethods variable in RemoteStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Oct 25, 2017
1 parent 195e7c1 commit 46e4294
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/grapes.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Free and Open Source Web Builder Framework",
"version": "0.12.15",
"version": "0.12.16",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",
Expand Down
1 change: 0 additions & 1 deletion src/storage_manager/model/RemoteStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ module.exports = require('backbone').Model.extend({
const reqHead = 'X-Requested-With';
const typeHead = 'Content-Type';
const bodyObj = opts.body || {};
const bodilessMethods = ['get', 'head', 'options', 'delete'];
let fetchOptions;
let body;

Expand Down

0 comments on commit 46e4294

Please sign in to comment.