~gary/juju-gui/hideInspectorOnRelationClick

« back to all changes in this revision

Viewing changes to server.js

  • Committer: Gary Poster
  • Date: 2012-09-21 03:53:56 UTC
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: gary.poster@canonical.com-20120921035356-dv7ws5so3ceafw88
now with more linting and less lint!

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
var port = config.port || process.env.PORT || 8888;
9
9
 
10
 
server.server.listen(port, function () {
11
 
    console.log('Server listening on ' + port);
 
10
server.server.listen(port, function() {
 
11
  console.log('Server listening on ' + port);
12
12
});