From 184a3f57bc1db7eb09e2a53e55e9291ea3167dca Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 7 Nov 2018 18:32:29 +0530 Subject: [PATCH] style: Missing semicolon --- frappe/core/doctype/communication/communication_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/core/doctype/communication/communication_list.js b/frappe/core/doctype/communication/communication_list.js index fae003be4b..67d4855c1f 100644 --- a/frappe/core/doctype/communication/communication_list.js +++ b/frappe/core/doctype/communication/communication_list.js @@ -20,6 +20,6 @@ frappe.listview_settings['Communication'] = { }, primary_action: function() { - new frappe.views.CommunicationComposer({ doc: {} }) + new frappe.views.CommunicationComposer({ doc: {} }); } };