Prebuilt module for commit e7f7d7c5d1

This commit is contained in:
Paper.js Bot 2016-06-10 15:31:35 +00:00
parent 559ba7fbac
commit 9ae4a310e6
5 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Jun 10 17:22:11 2016 +0200
* Date: Fri Jun 10 17:28:46 2016 +0200
*
***
*
@ -10074,7 +10074,7 @@ Path.inject({
}
}
}
intercepts.sort(function(a, b) {return a - b});
intercepts.sort(function(a, b) { return a - b; });
point.x = (intercepts[0] + intercepts[1]) / 2;
}
return point;

4
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Jun 10 17:22:11 2016 +0200
* Date: Fri Jun 10 17:28:46 2016 +0200
*
***
*
@ -10074,7 +10074,7 @@ Path.inject({
}
}
}
intercepts.sort(function(a, b) {return a - b});
intercepts.sort(function(a, b) { return a - b; });
point.x = (intercepts[0] + intercepts[1]) / 2;
}
return point;

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Jun 10 17:22:11 2016 +0200
* Date: Fri Jun 10 17:28:46 2016 +0200
*
***
*

4
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Jun 10 17:22:11 2016 +0200
* Date: Fri Jun 10 17:28:46 2016 +0200
*
***
*
@ -10074,7 +10074,7 @@ Path.inject({
}
}
}
intercepts.sort(function(a, b) {return a - b});
intercepts.sort(function(a, b) { return a - b; });
point.x = (intercepts[0] + intercepts[1]) / 2;
}
return point;

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Jun 10 17:22:11 2016 +0200
* Date: Fri Jun 10 17:28:46 2016 +0200
*
***
*