jshint fixes

This commit is contained in:
Adam Bradley
2013-12-07 15:05:56 -06:00
parent bad322d2da
commit 3cfcfc01a4
14 changed files with 47 additions and 47 deletions

View File

@@ -94,7 +94,7 @@ angular.module('ionic.ui.content', [])
$timeout(function() {
sv = new ionic.views.Scroll({
el: $element[0],
scrollEventInterval: parseInt($scope.scrollEventInterval) || 40
scrollEventInterval: parseInt($scope.scrollEventInterval, 10) || 40
});
// Activate pull-to-refresh