style: Missing semicolon

This commit is contained in:
Faris Ansari 2018-11-07 18:32:29 +05:30 committed by GitHub
parent 65e0fe19cc
commit 184a3f57bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,6 @@ frappe.listview_settings['Communication'] = {
},
primary_action: function() {
new frappe.views.CommunicationComposer({ doc: {} })
new frappe.views.CommunicationComposer({ doc: {} });
}
};