Merge "Use transition timing from OOUI theme config"

This commit is contained in:
jenkins-bot 2016-07-12 21:10:23 +00:00 committed by Gerrit Code Review
commit 4675e7968b

View file

@ -259,7 +259,7 @@ ve.ui.MWCategoriesPage.prototype.setup = function ( metaList ) {
// Update input position after transition
setTimeout( function () {
page.categoryWidget.fitInput();
}, 250 );
}, OO.ui.theme.getDialogTransitionDuration() );
};
/**