Skip to content

Commit

Permalink
style(): missing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 7, 2014
1 parent 944d259 commit 8cf540e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/sideMenuContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function($timeout, $ionicGesture) {

if(primaryScrollAxis) {
// we already figured out which way they're scrolling
return primaryScrollAxis
return primaryScrollAxis;
}

if(gestureEvt && gestureEvt.gesture) {
Expand Down

0 comments on commit 8cf540e

Please sign in to comment.