Removed unnecessary return statement

This commit is contained in:
Swen 2013-01-14 21:12:40 +01:00
parent 025c92f346
commit 96b7b5e8d0
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ var padList = {
}); });
} }
}); });
return this;
}, },
/** /**
* Returns all pads in alphabetical order as array. * Returns all pads in alphabetical order as array.