PageRenderTime 17ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/lib/bar.js

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
JavaScript | 4 lines | 3 code | 1 blank | 0 comment | 1 complexity | 9c92325411b3b4c4c131d0ec80439702 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. exports.bar = function(msg){
  2. return msg || 'bar';
  3. };