mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Remove trailing whitespace
This commit is contained in:
parent
33285fc520
commit
9357484862
4 changed files with 28 additions and 28 deletions
|
|
@ -84,7 +84,7 @@ window.onload = function()
|
|||
|
||||
// https://gist.github.com/creationix/2502704
|
||||
// Implement bash string escaping.
|
||||
function bashEscape(arg)
|
||||
function bashEscape(arg)
|
||||
{
|
||||
return "'" + arg.replace(/'+/g, function (val) {
|
||||
return "'" + val.replace(/'/g, "\\'") + "'";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue