style: missing semicolons
This commit is contained in:
parent
3ec8f85746
commit
fa3c6096c5
2 changed files with 2 additions and 2 deletions
|
|
@ -84,4 +84,4 @@ frappe.ui.form.set_users = function(data, type) {
|
|||
if (cur_frm && cur_frm.doc && cur_frm.doc.doctype===doctype && cur_frm.doc.name==docname) {
|
||||
cur_frm.viewers.refresh(true, type);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
@ -168,7 +168,7 @@ io.on('connection', function (socket) {
|
|||
docname: docname,
|
||||
},
|
||||
'type'
|
||||
)
|
||||
);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue