Skip to content

Commit e49818a

Browse files
committed
Cleanup
1 parent d0246cf commit e49818a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: js/angular/service/viewSwitcher.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,7 @@ function($timeout, $document, $q, $ionicClickBlock, $ionicConfig, $ionicNavBarDe
193193
// wait a frame so the styles apply before auto transitioning
194194
$timeout(function() {
195195
ionic.requestAnimationFrame(onReflow);
196-
})
197-
198-
//$timeout(onReflow, 16);
196+
});
199197
} else if (!renderEnd) {
200198
// just the start of a manual transition
201199
// but it will not render the end of the transition

0 commit comments

Comments
 (0)