mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 03:57:58 +01:00
Fix more function formatting faux pas as per the style guide.
This commit is contained in:
@@ -389,8 +389,7 @@ function IO() //{{{
|
||||
////////////////////// PUBLIC SECTION //////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
liberator.registerObserver("load_completion", function ()
|
||||
{
|
||||
liberator.registerObserver("load_completion", function () {
|
||||
completion.setFunctionCompleter([self.getFile, self.expandPath],
|
||||
[function (context, obj, args) {
|
||||
context.quote[2] = "";
|
||||
|
||||
Reference in New Issue
Block a user