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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user