mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
declare some undeclared variables in parseOpt and whitespace fixes
This commit is contained in:
@@ -436,7 +436,7 @@ const util = { //{{{
|
||||
domnode.appendChild(arguments.callee(child, doc));
|
||||
return domnode;
|
||||
}
|
||||
},
|
||||
}
|
||||
}; //}}}
|
||||
|
||||
function Struct()
|
||||
@@ -466,7 +466,7 @@ function Struct()
|
||||
}
|
||||
|
||||
Struct.prototype = {
|
||||
clone: function ()
|
||||
clone: function ()
|
||||
{
|
||||
return this.constructor.apply(null, this.slice());
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user