mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 22:35:45 +01:00
Source formatting fixes *yawn*.
This commit is contained in:
@@ -234,7 +234,7 @@ function Search() //{{{
|
||||
*/
|
||||
clear: function ()
|
||||
{
|
||||
this.spans.forEach(function (span)
|
||||
this.spans.forEach(function (span)
|
||||
{
|
||||
if (span.parentNode)
|
||||
{
|
||||
@@ -250,7 +250,7 @@ function Search() //{{{
|
||||
})
|
||||
this.spans = []
|
||||
},
|
||||
getSpans: function (doc) this.spans
|
||||
getSpans: function (doc) this.spans
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
|
||||
Reference in New Issue
Block a user