Changeset View
Changeset View
Standalone View
Standalone View
support/aphlict/server/lib/AphlictAdminServer.js
| var JX = require('javelin').JX; | var JX = require('./javelin').JX; | ||||
| JX.require('AphlictListenerList', __dirname); | require('./AphlictListenerList'); | ||||
| var http = require('http'); | var http = require('http'); | ||||
| JX.install('AphlictAdminServer', { | JX.install('AphlictAdminServer', { | ||||
| construct: function() { | construct: function() { | ||||
| this.setLogger(new JX.AphlictLog()); | this.setLogger(new JX.AphlictLog()); | ||||
| ▲ Show 20 Lines • Show All 124 Lines • Show Last 20 Lines | |||||