mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
9 lines
No EOL
115 B
JavaScript
9 lines
No EOL
115 B
JavaScript
define([
|
|
"Lib/Utilities/Core/Extensions",
|
|
"Lib/Vendor/Pixi"
|
|
],
|
|
|
|
function (Parent, PIXI) {
|
|
|
|
"use strict";
|
|
}); |