From 85c3b1a00ff3261333ad68e816d9535eb10f6c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 19 Nov 2018 18:51:38 +0100 Subject: JSDoc cleanup and better code comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/models/contact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models') diff --git a/src/models/contact.js b/src/models/contact.js index 3f985b90..b9185d53 100644 --- a/src/models/contact.js +++ b/src/models/contact.js @@ -333,7 +333,7 @@ export default class Contact { * * @readonly * @memberof Contact - * @returns {String[]} + * @returns {string[]} */ get searchData() { return this.jCal[1].map(x => x[0] + ':' + x[3]) -- cgit v1.2.3