1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

upload new attachments

This commit is contained in:
Kyle Spearrin
2017-07-12 09:57:08 -04:00
parent 89b1639dda
commit 0574c538e7
8 changed files with 225 additions and 65 deletions

View File

@@ -60,4 +60,4 @@ var AttachmentData = function (response) {
this.fileName = response.fileName;
this.size = response.size;
this.sizeName = response.sizeName;
};
};