mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Prebuilt module for commit c378050783
This commit is contained in:
parent
df8ddc0f1f
commit
2d4242bb3e
5 changed files with 10 additions and 10 deletions
4
dist/docs/assets/js/paper.js
vendored
4
dist/docs/assets/js/paper.js
vendored
|
@ -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
4
dist/paper-core.js
vendored
|
@ -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.min.js
vendored
4
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
4
dist/paper-full.js
vendored
4
dist/paper-full.js
vendored
|
@ -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-full.min.js
vendored
4
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue