mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
altered define paths
This commit is contained in:
parent
e70366398f
commit
f31f68409e
1 changed files with 6 additions and 1 deletions
7
app/Bootstrap/HttpServer.js
Normal file → Executable file
7
app/Bootstrap/HttpServer.js
Normal file → Executable 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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue