Skip to content

Commit

Permalink
stop listening to what we don't need to
Browse files Browse the repository at this point in the history
  • Loading branch information
markharding committed Jul 3, 2015
1 parent 2e14522 commit 3745e78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/js/controllers/TabsCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ define(function() {
//Call the analytics service.
analytics.init();

$rootScope.$on('$stateChangeStart', function(event, toState, toParams, fromState, fromParams) {
});

$ionicPlatform.registerBackButtonAction(function(e) {
if ($rootScope.playing) {
document.webkitExitFullscreen();
Expand Down

0 comments on commit 3745e78

Please sign in to comment.