[Groonga-commit] droonga/express-droonga at 07fadee [master] Add "; " to the end of function literal deifinition

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Mar 26 17:57:05 JST 2015


YUKI Hiroshi	2015-03-26 17:57:05 +0900 (Thu, 26 Mar 2015)

  New Revision: 07fadeec8cd9f198e1f97ee750c102e604f2f568
  https://github.com/droonga/express-droonga/commit/07fadeec8cd9f198e1f97ee750c102e604f2f568

  Message:
    Add ";" to the end of function literal deifinition

  Modified files:
    lib/droonga-protocol/connection.js

  Modified: lib/droonga-protocol/connection.js (+1 -1)
===================================================================
--- lib/droonga-protocol/connection.js    2015-03-26 17:17:34 +0900 (57eaacf)
+++ lib/droonga-protocol/connection.js    2015-03-26 17:57:05 +0900 (a4ea33a)
@@ -286,7 +286,7 @@ Connection.prototype.close = function() {
     delete this._receiver;
   }
   this.closed = true;
-}
+};
 
 Connection.prototype.getStatus = function() {
   var status = {};
-------------- next part --------------
HTML����������������������������...
下载 



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