1
0
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:
Martin Stubenschrott
2008-08-13 20:50:39 +00:00
parent 0c11a6b652
commit c49ed07af9
4 changed files with 13 additions and 8 deletions

View File

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