refactor: remove window binding

This commit is contained in:
Shivam Mishra 2020-07-08 15:19:55 +05:30
parent 15779beac3
commit a95e9079e2

View file

@ -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)