1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 00:17: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

@@ -828,7 +828,7 @@ function StatusLine() //{{{
this.updateUrl = function(url)
{
if (!url || typeof url != "string")
url = vimperator.buffer.location;
url = vimperator.buffer.URL;
url_widget.value = url;
};