1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00

#1057: cleanup code

This commit is contained in:
gorhill 2015-03-21 08:22:34 -04:00
parent eb70156b90
commit a179821f3d

View file

@ -1847,6 +1847,11 @@ vAPI.contextMenu.remove = function() {
for ( var win of vAPI.tabs.getWindows() ) {
this.unregister(win.document);
}
this.menuItemId = null;
this.menuLabel = null;
this.contexts = null;
this.onCommand = null;
};
/******************************************************************************/