mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Prebuilt module for commit fa3456341c
This commit is contained in:
parent
6b6c53f8ea
commit
c838283905
5 changed files with 17 additions and 14 deletions
7
dist/docs/assets/js/paper.js
vendored
7
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
||||||
*
|
*
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Date: Thu Jul 28 12:14:02 2016 +0200
|
* Date: Mon Aug 1 17:10:00 2016 +0200
|
||||||
*
|
*
|
||||||
***
|
***
|
||||||
*
|
*
|
||||||
|
@ -12177,8 +12177,9 @@ var View = Base.extend(Emitter, {
|
||||||
delta: delta
|
delta: delta
|
||||||
});
|
});
|
||||||
this._changed();
|
this._changed();
|
||||||
if (this._autoUpdate)
|
if (this._autoUpdate) {
|
||||||
this.requestUpdate();
|
this.update();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
_setElementSize: function(width, height) {
|
_setElementSize: function(width, height) {
|
||||||
|
|
7
dist/paper-core.js
vendored
7
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
||||||
*
|
*
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Date: Thu Jul 28 12:14:02 2016 +0200
|
* Date: Mon Aug 1 17:10:00 2016 +0200
|
||||||
*
|
*
|
||||||
***
|
***
|
||||||
*
|
*
|
||||||
|
@ -12177,8 +12177,9 @@ var View = Base.extend(Emitter, {
|
||||||
delta: delta
|
delta: delta
|
||||||
});
|
});
|
||||||
this._changed();
|
this._changed();
|
||||||
if (this._autoUpdate)
|
if (this._autoUpdate) {
|
||||||
this.requestUpdate();
|
this.update();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
_setElementSize: function(width, height) {
|
_setElementSize: function(width, height) {
|
||||||
|
|
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
7
dist/paper-full.js
vendored
7
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
||||||
*
|
*
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Date: Thu Jul 28 12:14:02 2016 +0200
|
* Date: Mon Aug 1 17:10:00 2016 +0200
|
||||||
*
|
*
|
||||||
***
|
***
|
||||||
*
|
*
|
||||||
|
@ -12177,8 +12177,9 @@ var View = Base.extend(Emitter, {
|
||||||
delta: delta
|
delta: delta
|
||||||
});
|
});
|
||||||
this._changed();
|
this._changed();
|
||||||
if (this._autoUpdate)
|
if (this._autoUpdate) {
|
||||||
this.requestUpdate();
|
this.update();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
_setElementSize: function(width, height) {
|
_setElementSize: function(width, height) {
|
||||||
|
|
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