mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:12:26 +01:00
made :setlocal work on tabs, not buffer
This commit is contained in:
@@ -627,13 +627,6 @@ liberator.Buffer = function () //{{{
|
||||
return window.content.document.title;
|
||||
},
|
||||
|
||||
get options()
|
||||
{
|
||||
if (!window.content.document.liberatorOptions)
|
||||
window.content.document.liberatorOptions = {};
|
||||
return window.content.document.liberatorOptions;
|
||||
},
|
||||
|
||||
// returns an XPathResult object
|
||||
evaluateXPath: function (expression, doc, elem, asIterator)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user