Removed unnecessary return statement
This commit is contained in:
parent
025c92f346
commit
96b7b5e8d0
|
@ -56,7 +56,6 @@ var padList = {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return this;
|
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Returns all pads in alphabetical order as array.
|
* Returns all pads in alphabetical order as array.
|
||||||
|
|
Loading…
Reference in New Issue