From f31f68409edfded830faf43780016c82fa6924e3 Mon Sep 17 00:00:00 2001 From: logsol Date: Sun, 22 Jul 2012 00:25:16 +0200 Subject: [PATCH] altered define paths --- app/Bootstrap/HttpServer.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) mode change 100644 => 100755 app/Bootstrap/HttpServer.js 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;