mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-06 02:39:59 +02:00
address Codacy's concern about missing semicolons
This commit is contained in:
parent
713ce148a4
commit
1a42158dd1
3 changed files with 5 additions and 5 deletions
|
@ -198,7 +198,7 @@ jQuery.Legacy = (function($) {
|
|||
me.getInit = function()
|
||||
{
|
||||
return init;
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* returns the current status of the check
|
||||
|
@ -210,7 +210,7 @@ jQuery.Legacy = (function($) {
|
|||
me.getStatus = function()
|
||||
{
|
||||
return status;
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* init on application start, returns an all-clear signal
|
||||
|
@ -245,7 +245,7 @@ jQuery.Legacy = (function($) {
|
|||
|
||||
// only if everything passed, we set the status to true
|
||||
status = true;
|
||||
}
|
||||
};
|
||||
|
||||
return me;
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue