aboutsummaryrefslogtreecommitdiff
path: root/app/js/services.js
diff options
context:
space:
mode:
authorNicolas Bornand <nicolas74@gmail.com>2014-05-11 11:49:47 +0200
committerNicolas Bornand <nicolas74@gmail.com>2014-05-11 11:49:47 +0200
commit647bdc5802c3959041c5e1134cba3b289038e67d (patch)
tree92993246005e61b5c9f945448e6422376682fbaf /app/js/services.js
parented3901920895190d2d9d0124398b845a99f65b46 (diff)
downloadplayGraph-647bdc5802c3959041c5e1134cba3b289038e67d.tar.gz
playGraph-647bdc5802c3959041c5e1134cba3b289038e67d.tar.bz2
playGraph-647bdc5802c3959041c5e1134cba3b289038e67d.zip
Merge origin/master
Conflicts: app/js/services.js
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;
});