1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:37:58 +01:00

rename the 'location' property of vimperator.buffer to 'URL'

This commit is contained in:
Doug Kearns
2007-08-18 14:22:52 +00:00
parent 3efc83341c
commit e58cbc89fe
5 changed files with 15 additions and 15 deletions

View File

@@ -113,9 +113,9 @@ function Buffer() //{{{
////////////////////// PUBLIC SECTION //////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
this.__defineGetter__("location", function()
this.__defineGetter__("URL", function()
{
return window.content.document.location.href;
return window.content.document.URL;
});
this.__defineGetter__("pageHeight", function()