Prebuilt module for commit ab24f92373

This commit is contained in:
Paper.js Bot 2016-06-19 09:05:42 +00:00
parent bcf8a1fd4b
commit fa1aa02038
5 changed files with 11 additions and 11 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sun Jun 19 10:55:04 2016 +0200
* Date: Sun Jun 19 11:02:54 2016 +0200
*
***
*
@ -12216,7 +12216,7 @@ new function() {
point = this.getEventPoint(event);
var inView = this.getBounds().contains(point),
hit = inView && view._project.hitTest(point, {
hit = hitItems && inView && view._project.hitTest(point, {
tolerance: 0,
fill: true,
stroke: true

4
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sun Jun 19 10:55:04 2016 +0200
* Date: Sun Jun 19 11:02:54 2016 +0200
*
***
*
@ -12216,7 +12216,7 @@ new function() {
point = this.getEventPoint(event);
var inView = this.getBounds().contains(point),
hit = inView && view._project.hitTest(point, {
hit = hitItems && inView && view._project.hitTest(point, {
tolerance: 0,
fill: true,
stroke: true

File diff suppressed because one or more lines are too long

4
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sun Jun 19 10:55:04 2016 +0200
* Date: Sun Jun 19 11:02:54 2016 +0200
*
***
*
@ -12216,7 +12216,7 @@ new function() {
point = this.getEventPoint(event);
var inView = this.getBounds().contains(point),
hit = inView && view._project.hitTest(point, {
hit = hitItems && inView && view._project.hitTest(point, {
tolerance: 0,
fill: true,
stroke: true

File diff suppressed because one or more lines are too long