Prebuilt module for commit fa3456341c

This commit is contained in:
Paper.js Bot 2016-08-01 15:13:13 +00:00
parent 6b6c53f8ea
commit c838283905
5 changed files with 17 additions and 14 deletions

View file

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

@ -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) {

File diff suppressed because one or more lines are too long

7
dist/paper-full.js vendored
View file

@ -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) {

File diff suppressed because one or more lines are too long