style: missing semicolon

This commit is contained in:
prssanna 2020-05-05 12:52:09 +05:30
parent 37dcef5f53
commit 3ee944d659

View file

@ -78,7 +78,7 @@ frappe.warn = function(title, message_html, proceed_action, primary_label) {
d.show();
return d;
}
};
frappe.prompt = function(fields, callback, title, primary_label) {
if (typeof fields === "string") {