Remove one more unnecessary cache parameter

This commit is contained in:
Thomas Kluyver 2014-10-30 13:28:49 -07:00
parent 2962a3ce17
commit 658eb39c56

View File

@ -135,7 +135,6 @@ define([
var data = {name: new_name, path: new_path};
var settings = {
processData : false,
cache : false,
type : "PATCH",
data : JSON.stringify(data),
dataType: "json",