Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -222,7 +222,7 @@ LocalFile.prototype.saveFile = function(title, revision, success, error, useCurr |
| 222 | 222 | "id":Editor.configurationContentId,"content":savedData,"type":1}; |
| 223 | 223 | configurationContentList.push(configurationContent); |
| 224 | 224 | var parmam = {"configurationId":Editor.configurationId,"configurationContentList":configurationContentList}; |
| 225 | - DefHttp().put("/yt/configuration/content",parmam).then(res=>{ | |
| 225 | + defHttp.put("/yt/configuration/content",parmam).then(res=>{ | |
| 226 | 226 | console.log(res) |
| 227 | 227 | }) |
| 228 | 228 | } | ... | ... |