mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Chuck.js Now all new with WEB_GL ! haha stupid config typo! arrgh
This commit is contained in:
parent
73d24ed14c
commit
0072f0e6b5
4 changed files with 26 additions and 13 deletions
16
app/Lib/Vendor/Pixi/pixi.dev.js
vendored
16
app/Lib/Vendor/Pixi/pixi.dev.js
vendored
|
|
@ -2047,10 +2047,10 @@ PIXI.MovieClip.prototype.constructor = PIXI.MovieClip;
|
|||
* @readOnly
|
||||
*/
|
||||
Object.defineProperty( PIXI.MovieClip.prototype, 'totalFrames', {
|
||||
get: function() {
|
||||
get: function() {
|
||||
|
||||
return this.textures.length;
|
||||
}
|
||||
return this.textures.length;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
|
@ -3685,11 +3685,11 @@ PIXI.EventTarget = function () {
|
|||
|
||||
};
|
||||
|
||||
this.removeAllEventListeners = function( type ) {
|
||||
var a = listeners[type];
|
||||
if (a)
|
||||
a.length = 0;
|
||||
};
|
||||
this.removeAllEventListeners = function( type ) {
|
||||
var a = listeners[type];
|
||||
if (a)
|
||||
a.length = 0;
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue