mirror of
https://github.com/liabru/matter-js.git
synced 2025-01-21 17:14:38 -05:00
remove unused args variable
This commit is contained in:
parent
714b8ae42b
commit
e2696d2ce3
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ module.exports = Common;
|
|||
*/
|
||||
Common.extend = function(obj, deep) {
|
||||
var argsStart,
|
||||
args,
|
||||
deepClone;
|
||||
|
||||
if (typeof deep === 'boolean') {
|
||||
|
|
Loading…
Add table
Reference in a new issue