mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
cleaning up after #36
This commit is contained in:
parent
f4c7d9edeb
commit
9f32562a8d
1 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
define([
|
define([
|
||||||
"Lib/Vendor/Box2D",
|
"Lib/Vendor/Box2D"
|
||||||
"Game/Client/View/Pixi/Layers/Debug"
|
|
||||||
],
|
],
|
||||||
|
|
||||||
function (Box2D, Debug) {
|
function (Box2D) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue