mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
changed paths
This commit is contained in:
parent
26662567dc
commit
b4c59ae7c6
2 changed files with 9 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
define(["Protocol/Parser"], function(Parser) {
|
define([
|
||||||
|
"Game/Core/Protocol/Parser"
|
||||||
|
],
|
||||||
|
|
||||||
|
function(Parser) {
|
||||||
|
|
||||||
var Helper = {}
|
var Helper = {}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
define(function() {
|
define([
|
||||||
|
],
|
||||||
|
|
||||||
|
function() {
|
||||||
|
|
||||||
var Parser = {};
|
var Parser = {};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue