mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:08:00 +01:00
fix some arg redeclarations
This commit is contained in:
@@ -1368,7 +1368,8 @@ liberator.Buffer = function () //{{{
|
||||
// url is optional
|
||||
viewSource: function (url, useExternalEditor)
|
||||
{
|
||||
var url = url || liberator.buffer.URL;
|
||||
url = url || liberator.buffer.URL;
|
||||
|
||||
if (useExternalEditor)
|
||||
{
|
||||
// TODO: make that a helper function
|
||||
|
||||
Reference in New Issue
Block a user