mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Prebuilt module for commit 75a10fb246
This commit is contained in:
parent
4b27ec1c74
commit
f8804bb9eb
5 changed files with 10 additions and 7 deletions
3
dist/docs/assets/js/paper.js
vendored
3
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Aug 3 13:33:58 2016 +0200
|
||||
* Date: Thu Aug 4 12:21:58 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10222,6 +10222,7 @@ PathItem.inject(new function() {
|
|||
paths.push(path);
|
||||
}
|
||||
}
|
||||
branch = null;
|
||||
}
|
||||
return paths;
|
||||
}
|
||||
|
|
3
dist/paper-core.js
vendored
3
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Aug 3 13:33:58 2016 +0200
|
||||
* Date: Thu Aug 4 12:21:58 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10222,6 +10222,7 @@ PathItem.inject(new function() {
|
|||
paths.push(path);
|
||||
}
|
||||
}
|
||||
branch = null;
|
||||
}
|
||||
return paths;
|
||||
}
|
||||
|
|
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
3
dist/paper-full.js
vendored
3
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Aug 3 13:33:58 2016 +0200
|
||||
* Date: Thu Aug 4 12:21:58 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10222,6 +10222,7 @@ PathItem.inject(new function() {
|
|||
paths.push(path);
|
||||
}
|
||||
}
|
||||
branch = null;
|
||||
}
|
||||
return paths;
|
||||
}
|
||||
|
|
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