Prebuilt module for commit 6cd36f5460

This commit is contained in:
Paper.js Bot 2016-03-17 08:51:21 +00:00
parent 401cdeabe1
commit 4d0d4fc570
5 changed files with 15 additions and 12 deletions

View file

@ -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
View file

@ -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;

File diff suppressed because one or more lines are too long

5
dist/paper-full.js vendored
View file

@ -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;

File diff suppressed because one or more lines are too long