remove assignment

Former-commit-id: f4cad45f04
This commit is contained in:
Henrique Dias 2017-01-03 17:14:28 +00:00
parent 416626e1b8
commit 1dccba1404
3 changed files with 431 additions and 434 deletions

View File

@ -113,7 +113,6 @@ function getCSSRule(rules) {
return result;
}
/* * * * * * * * * * * * * * * *
* *
* WEBDAV *
@ -155,7 +154,6 @@ webdav.put = function(link, body) {
});
}
/* * * * * * * * * * * * * * * *
* *
* EVENTS *
@ -490,7 +488,6 @@ function searchEvent(event) {
}
}
function setupSearch() {
let search = document.getElementById("search"),
searchInput = search.querySelector("input"),

View File

@ -23,7 +23,7 @@ func PreProccessPUT(
) (err error) {
var (
data = map[string]interface{}{}
file = []byte{}
file []byte
kind string
rawBuffer = new(bytes.Buffer)
)