style: missing semicolon

This commit is contained in:
prssanna
2021-03-16 15:39:16 +05:30
parent b8b89a02af
commit 1cdef8bd97

View File

@@ -728,7 +728,7 @@ $.extend(erpnext.item, {
if (modal) { if (modal) {
$(modal).addClass("modal-dialog-scrollable"); $(modal).addClass("modal-dialog-scrollable");
} }
}) });
}); });
}, },