[Groonga-commit] groonga/express-kotoumi [master] Break line before "return"

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Feb 13 20:24:37 JST 2013


YUKI Hiroshi	2013-02-13 20:24:37 +0900 (Wed, 13 Feb 2013)

  New Revision: d5006963516239b89c6ddb7aa40ce9a2ef04ea02
  https://github.com/groonga/express-kotoumi/commit/d5006963516239b89c6ddb7aa40ce9a2ef04ea02

  Log:
    Break line before "return"

  Modified files:
    lib/frontend/socket.io-adaptor.js

  Modified: lib/frontend/socket.io-adaptor.js (+2 -1)
===================================================================
--- lib/frontend/socket.io-adaptor.js    2013-02-13 20:23:47 +0900 (f9d3d25)
+++ lib/frontend/socket.io-adaptor.js    2013-02-13 20:24:37 +0900 (319a958)
@@ -35,7 +35,8 @@ exports.register = function(application, server, params) {
   function createClientMessageHandler(commandName, socket) {
     return (function(data) {
       var commandDefinition = unifiedCommandSet[commandName];
-      if (!commandDefinition) return;
+      if (!commandDefinition)
+        return;
 
       if (commandDefinition.toBackend) {
         var result = commandDefinition.toBackend(commandName, data);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index