mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-12 11:07:34 +00:00
updated pixi to v2
This commit is contained in:
parent
a5b3d2f671
commit
58b83f7297
95 changed files with 44677 additions and 3522 deletions
15
app/Lib/Vendor/src/pixi/Outro.js
vendored
Normal file
15
app/Lib/Vendor/src/pixi/Outro.js
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* @author Mat Groves http://matgroves.com/ @Doormat23
|
||||
*/
|
||||
|
||||
if (typeof exports !== 'undefined') {
|
||||
if (typeof module !== 'undefined' && module.exports) {
|
||||
exports = module.exports = PIXI;
|
||||
}
|
||||
exports.PIXI = PIXI;
|
||||
} else if (typeof define !== 'undefined' && define.amd) {
|
||||
define(PIXI);
|
||||
} else {
|
||||
root.PIXI = PIXI;
|
||||
}
|
||||
}).call(this);
|
||||
Loading…
Add table
Add a link
Reference in a new issue