Skip to content

Commit b6b778f

Browse files
committed
Remove space
1 parent d0d169b commit b6b778f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dropdown-menu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
animation_close : { opacity : 'hide' }, // Animation for menu close
1818
speed_close : 'fast', // Animation speed for menu close
1919
sub_indicators : false, // Whether to show arrows for submenus
20-
drop_shadows : false, // Whether to apply drop shadow class to submenus
20+
drop_shadows : false, // Whether to apply drop shadow class to submenus
2121
vertical : false, // Whether the root menu is vertically aligned
2222
viewport_overflow : 'auto', // Handle submenu opening offscreen: "auto", "move", "scroll", or false
2323
init : function() {} // Callback function applied on init
@@ -102,7 +102,7 @@
102102
overflow = overflow_x || overflow_y;
103103

104104
if (overflow && o.viewport_overflow) {
105-
// Padding to accomodate for drop shadows, etc
105+
// Padding to accomodate for drop shgadows, etc
106106
var padding = 10;
107107
if (o.viewport_overflow === 'auto') o.viewport_overflow = ie7 ? 'scroll' : 'move';
108108

0 commit comments

Comments
 (0)