mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Prebuilt module for commit 6cd36f5460
This commit is contained in:
parent
401cdeabe1
commit
4d0d4fc570
5 changed files with 15 additions and 12 deletions
5
dist/docs/assets/js/paper.js
vendored
5
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Mar 17 09:38:42 2016 +0100
|
||||
* Date: Thu Mar 17 09:48:43 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -13889,7 +13889,8 @@ new function() {
|
|||
var definitions = {};
|
||||
function getDefinition(value) {
|
||||
var match = value && value.match(/\((?:["'#]*)([^"')]+)/),
|
||||
res = match && definitions[match[1]];
|
||||
res = match && definitions[match[1]
|
||||
.replace(window.location.href.split('#')[0] + '#', '')];
|
||||
if (res && res._scaleToBounds) {
|
||||
res = res.clone();
|
||||
res._scaleToBounds = true;
|
||||
|
|
5
dist/paper-core.js
vendored
5
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Mar 17 09:38:42 2016 +0100
|
||||
* Date: Thu Mar 17 09:48:43 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -13889,7 +13889,8 @@ new function() {
|
|||
var definitions = {};
|
||||
function getDefinition(value) {
|
||||
var match = value && value.match(/\((?:["'#]*)([^"')]+)/),
|
||||
res = match && definitions[match[1]];
|
||||
res = match && definitions[match[1]
|
||||
.replace(window.location.href.split('#')[0] + '#', '')];
|
||||
if (res && res._scaleToBounds) {
|
||||
res = res.clone();
|
||||
res._scaleToBounds = true;
|
||||
|
|
6
dist/paper-core.min.js
vendored
6
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
5
dist/paper-full.js
vendored
5
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Mar 17 09:38:42 2016 +0100
|
||||
* Date: Thu Mar 17 09:48:43 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -13889,7 +13889,8 @@ new function() {
|
|||
var definitions = {};
|
||||
function getDefinition(value) {
|
||||
var match = value && value.match(/\((?:["'#]*)([^"')]+)/),
|
||||
res = match && definitions[match[1]];
|
||||
res = match && definitions[match[1]
|
||||
.replace(window.location.href.split('#')[0] + '#', '')];
|
||||
if (res && res._scaleToBounds) {
|
||||
res = res.clone();
|
||||
res._scaleToBounds = true;
|
||||
|
|
6
dist/paper-full.min.js
vendored
6
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue