1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 20:07:59 +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

@@ -185,7 +185,7 @@ function Events() //{{{
vimperator.buffer.updateBufferList();
//update history
var url = vimperator.buffer.location;
var url = vimperator.buffer.URL;
var title = vimperator.buffer.title;
vimperator.history.add(url, title);