refactor: remove window binding
This commit is contained in:
parent
15779beac3
commit
a95e9079e2
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ frappe.provide('frappe.search');
|
|||
|
||||
frappe.ui.Notifications = class Notifications {
|
||||
constructor() {
|
||||
window.not = this;
|
||||
this.tabs = {};
|
||||
frappe.model
|
||||
.with_doc('Notification Settings', frappe.session.user)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue