mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
checked paths for inheritance in client
This commit is contained in:
parent
d8933dc9d3
commit
907ef49a53
8 changed files with 33 additions and 12 deletions
|
|
@ -1,9 +1,9 @@
|
|||
define([
|
||||
"Lib/Vendor/Box2D",
|
||||
"Game/Core/Collision/Detector"
|
||||
"Game/Core/Collision/Detector",
|
||||
"Lib/Vendor/Box2D"
|
||||
],
|
||||
|
||||
function (Box2D, Parent) {
|
||||
function (Parent, Box2D) {
|
||||
|
||||
function Detector (player) {
|
||||
Parent.call(this, player);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue