Prebuilt module for commit c378050783

This commit is contained in:
Paper.js Bot 2016-06-14 15:05:17 +00:00
parent df8ddc0f1f
commit 2d4242bb3e
5 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Jun 14 16:54:16 2016 +0200
* Date: Tue Jun 14 17:02:05 2016 +0200
*
***
*
@ -12193,7 +12193,7 @@ new function() {
point = this.getEventPoint(event);
var inView = this.getBounds().contains(point),
hitItem = undefined,
hitItem,
handle = false,
mouse = {};
mouse[type.substr(5)] = true;

4
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Jun 14 16:54:16 2016 +0200
* Date: Tue Jun 14 17:02:05 2016 +0200
*
***
*
@ -12193,7 +12193,7 @@ new function() {
point = this.getEventPoint(event);
var inView = this.getBounds().contains(point),
hitItem = undefined,
hitItem,
handle = false,
mouse = {};
mouse[type.substr(5)] = 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: Tue Jun 14 16:54:16 2016 +0200
* Date: Tue Jun 14 17:02:05 2016 +0200
*
***
*
@ -12193,7 +12193,7 @@ new function() {
point = this.getEventPoint(event);
var inView = this.getBounds().contains(point),
hitItem = undefined,
hitItem,
handle = false,
mouse = {};
mouse[type.substr(5)] = true;

File diff suppressed because one or more lines are too long