mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(): missing semi-colon
This commit is contained in:
2
js/angular/directive/sideMenuContent.js
vendored
2
js/angular/directive/sideMenuContent.js
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user