pixi.js / src / pixi /
@Chad Engler Chad Engler authored on 27 Dec 2013
..
core a million and one jshint fixes 11 years ago
display Previously addChild was checking this: `if(child.parent != undefined)` but testing just for 'undefined' isn't enough, as the parent is set to 'null' in DisplayObject.js, so this condition fails and throws an error as it tries to removeChild from null. 11 years ago
extras a million and one jshint fixes 11 years ago
filters remove some trailing whitespace 11 years ago
loaders merge in jshint fixes 11 years ago
primitives merge in jshint fixes 11 years ago
renderers Update WebGLGraphics.js 11 years ago
text a million and one jshint fixes 11 years ago
textures merge in jshint fixes 11 years ago
utils merge in jshint fixes 11 years ago
InteractionManager.js a million and one jshint fixes 11 years ago
Intro.js Squashed commit of the following (jshint): 11 years ago
Outro.js Add AMD export, fixes #267 11 years ago
Pixi.js a shitload of doc updates 11 years ago