mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 04:47:57 +01:00
rename completion.alternateStylesheet to alternateStyleSheet
This commit is contained in:
@@ -1580,7 +1580,7 @@ function Completion() //{{{
|
||||
context.completions = Array.map(menu.childNodes, function (n) [n.label, ""]);
|
||||
},
|
||||
|
||||
alternateStylesheet: function alternateStylesheet(context)
|
||||
alternateStyleSheet: function alternateStylesheet(context)
|
||||
{
|
||||
context.title = ["Stylesheet", "Location"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user