Github user benkeen commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/164#discussion_r20797470
--- Diff: app/addons/fauxton/components.js ---
@@ -239,7 +239,7 @@ function(app, FauxtonAPI, ace, spin, ZeroClipboard) {
hideTray: function () {
var $tray = this.$('.tray');
- $tray.velocity('reverse', FauxtonAPI.constants.TRAY_TOGGLE_SPEED,
function () {
+ $tray.velocity('reverse',
FauxtonAPI.constants.MISC.TRAY_TOGGLE_SPEED, function () {
--- End diff --
Oh! Actually this was part of the scope (see commit msg above) but the
commit subject didn't include it & it should have, sorry about that.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---