summaryrefslogtreecommitdiff
path: root/web-ui/test/test_data.js
diff options
context:
space:
mode:
authorNavaL <mnandri@thoughtworks.com>2016-01-11 16:55:25 +0100
committerNavaL <mnandri@thoughtworks.com>2016-01-11 16:56:29 +0100
commit058d14143c179d9923eea433fc63094f4f9059aa (patch)
treecef20e046a64cb44ad0d882465411335cf049007 /web-ui/test/test_data.js
parent64106a5d6b589616db5ddd07f383b74c66e0b39d (diff)
merging attachment_list ui and data, and making it into a mixin
Issue #573
Diffstat (limited to 'web-ui/test/test_data.js')
-rw-r--r--web-ui/test/test_data.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/test/test_data.js b/web-ui/test/test_data.js
index ea9458dc..e9388c2f 100644
--- a/web-ui/test/test_data.js
+++ b/web-ui/test/test_data.js
@@ -132,6 +132,7 @@ define(function() {
tags:['textplain'],
mailbox: ['inbox'],
status:[],
+ attachments: [],
textPlainBody: 'Hello Everyone',
isSentMail: function() { return false; },
isDraftMail: function() { return false; },