0
0
Fork 0
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:
falconepl 2017-01-28 13:08:20 +01:00
parent 714b8ae42b
commit e2696d2ce3

View file

@ -22,7 +22,6 @@ module.exports = Common;
*/
Common.extend = function(obj, deep) {
var argsStart,
args,
deepClone;
if (typeof deep === 'boolean') {