mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
jshint fixes
This commit is contained in:
2
js/ext/angular/src/directive/ionicContent.js
vendored
2
js/ext/angular/src/directive/ionicContent.js
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user