mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 10:57:58 +01:00
Remove the useless buffer.destroy definition.
This commit is contained in:
@@ -159,9 +159,6 @@ var Buffer = Module("buffer", {
|
||||
this.cleanupProgressListener();
|
||||
},
|
||||
|
||||
destroy: function () {
|
||||
},
|
||||
|
||||
getDefaultNames: function getDefaultNames(node) {
|
||||
let url = node.href || node.src || node.documentURI;
|
||||
let currExt = url.replace(/.*(?:\.([a-z0-9]+))?$/, "$1").toLowerCase();
|
||||
|
||||
Reference in New Issue
Block a user