Skip to content

Commit 0f12e9b

Browse files
authored
refactor(sidebar): remove un-used legacy code
This removes the duration property from the default settings. It was used for legacy animation mode (jquery instead of css), but that feature was removed a long time ago (2229306)
1 parent ac16a50 commit 0f12e9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/definitions/modules/sidebar.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,8 +1063,6 @@ $.fn.sidebar.settings = {
10631063
returnScroll : false,
10641064
delaySetup : false,
10651065

1066-
duration : 500,
1067-
10681066
onChange : function(){},
10691067
onShow : function(){},
10701068
onHide : function(){},

0 commit comments

Comments
 (0)