Attachments control panel

This commit is contained in:
RainLoop Team 2015-04-11 01:52:15 +04:00
parent 1d943356f5
commit af2815cd61
21 changed files with 239 additions and 18 deletions

View file

@ -6,6 +6,7 @@
var
window = require('window'),
_ = require('_'),
ko = require('ko'),
Globals = require('Common/Globals'),
Utils = require('Common/Utils'),
@ -22,6 +23,8 @@
{
AbstractModel.call(this, 'AttachmentModel');
this.checked = ko.observable(false);
this.mimeType = '';
this.fileName = '';
this.estimatedSize = 0;