From b4c59ae7c6ca94c4e27776461f43a32e12a832e7 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sat, 21 Jul 2012 23:11:01 +0200 Subject: [PATCH] changed paths --- app/Game/Core/Protocol/Helper.js | 6 +++++- app/Game/Core/Protocol/Parser.js | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/Game/Core/Protocol/Helper.js b/app/Game/Core/Protocol/Helper.js index f25aa91..b65bc66 100644 --- a/app/Game/Core/Protocol/Helper.js +++ b/app/Game/Core/Protocol/Helper.js @@ -1,4 +1,8 @@ -define(["Protocol/Parser"], function(Parser) { +define([ + "Game/Core/Protocol/Parser" +], + +function(Parser) { var Helper = {} diff --git a/app/Game/Core/Protocol/Parser.js b/app/Game/Core/Protocol/Parser.js index fbc0426..f498898 100644 --- a/app/Game/Core/Protocol/Parser.js +++ b/app/Game/Core/Protocol/Parser.js @@ -1,4 +1,7 @@ -define(function() { +define([ +], + +function() { var Parser = {};