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