changed paths

This commit is contained in:
Jeena Paradies 2012-07-21 23:11:01 +02:00
parent 26662567dc
commit b4c59ae7c6
2 changed files with 9 additions and 2 deletions

View file

@ -1,4 +1,8 @@
define(["Protocol/Parser"], function(Parser) {
define([
"Game/Core/Protocol/Parser"
],
function(Parser) {
var Helper = {}

View file

@ -1,4 +1,7 @@
define(function() {
define([
],
function() {
var Parser = {};