altered define paths

This commit is contained in:
logsol 2012-07-22 00:25:16 +02:00
parent e70366398f
commit f31f68409e

7
app/Bootstrap/HttpServer.js Normal file → Executable file
View file

@ -1,4 +1,9 @@
define(['http', 'node-static'], function(http, nodeStatic) { define([
'http',
'node-static'
],
function(http, nodeStatic) {
function HttpServer(options) { function HttpServer(options) {
options.port = options.port || 1234; options.port = options.port || 1234;