diff --git a/app/Bootstrap/HttpServer.js b/app/Bootstrap/HttpServer.js old mode 100644 new mode 100755 index 20b24ef..f6bb85d --- a/app/Bootstrap/HttpServer.js +++ b/app/Bootstrap/HttpServer.js @@ -1,4 +1,9 @@ -define(['http', 'node-static'], function(http, nodeStatic) { +define([ + 'http', + 'node-static' +], + +function(http, nodeStatic) { function HttpServer(options) { options.port = options.port || 1234;