style(scrollController): fix jshint semicolon

This commit is contained in:
Andrew
2014-08-11 10:12:54 -04:00
parent 9bfa3bd18b
commit 9a1f3d7e26

View File

@@ -207,11 +207,9 @@ function($scope, scrollViewOptions, $timeout, $window, $$scrollValueCache, $loca
},function(){
// showCallback
refresher.classList.remove('invisible');
console.log('showing')
},function(){
// hideCallback
refresher.classList.add('invisible');
console.log('hiding');
});
};
}]);