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 = {};