aboutsummaryrefslogtreecommitdiff
path: root/app/js/services.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/js/services.js')
-rw-r--r--app/js/services.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/js/services.js b/app/js/services.js
index 6a883d3..035000e 100644
--- a/app/js/services.js
+++ b/app/js/services.js
@@ -13,7 +13,7 @@ app.service('pathService', function() {
//compute distances from the constrain path
console.log('length',line.length);
- var threshold = 40;
+ var threshold = 100;
angular.forEach(songList, function(song){
song.selected = false;
});