Skip to content

Commit 136b1ae

Browse files
committed
Fixed typo in setter method of "enableShadow"
1 parent 19f0124 commit 136b1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SlideMenu/Source/SlideNavigationController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ - (BOOL)isMenuOpen
296296
return (self.horizontalLocation == 0) ? NO : YES;
297297
}
298298

299-
- (void)setEnableShaddow:(BOOL)enable
299+
- (void)setEnableShadow:(BOOL)enable
300300
{
301301
if (enable)
302302
{

0 commit comments

Comments
 (0)