Skip to content

Commit

Permalink
Making the naming convention more consistant
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkers committed May 8, 2012
1 parent d2f1002 commit 101dc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kernel.rb
Expand Up @@ -26,7 +26,7 @@ def orientation
case UIDevice.currentDevice.orientation
when UIDeviceOrientationUnknown then :unknown
when UIDeviceOrientationPortrait then :portrait
when UIDeviceOrientationPortraitUpsideDown then :upside_down_portrait
when UIDeviceOrientationPortraitUpsideDown then :portrait_upside_down
when UIDeviceOrientationLandscapeLeft then :landscape_left
when UIDeviceOrientationLandscapeRight then :landscape_right
when UIDeviceOrientationFaceUp then :face_up
Expand Down

0 comments on commit 101dc86

Please sign in to comment.