CommonJS (research/3)

This commit is contained in:
RainLoop Team 2014-08-22 19:08:56 +04:00
parent 586abbb802
commit 06bb124379
99 changed files with 51037 additions and 42961 deletions

View file

@ -118,7 +118,7 @@
*/
AttachmentModel.prototype.linkDownload = function ()
{
return LinkBuilder.attachmentDownload(this.download); // TODO cjs
return LinkBuilder.attachmentDownload(this.download);
};
/**
@ -126,7 +126,7 @@
*/
AttachmentModel.prototype.linkPreview = function ()
{
return LinkBuilder.attachmentPreview(this.download); // TODO cjs
return LinkBuilder.attachmentPreview(this.download);
};
/**