[Groonga-commit] droonga/express-droonga at 9b9df47 [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 4 18:50:14 JST 2013


YUKI Hiroshi	2013-10-04 18:50:14 +0900 (Fri, 04 Oct 2013)

  New Revision: 9b9df470beab51fff16fdde70a8afb77b420866c
  https://github.com/droonga/express-droonga/commit/9b9df470beab51fff16fdde70a8afb77b420866c

  Message:
    Fix typo
    
    it =>
    if
     ^

  Modified files:
    lib/adapter/api/droonga.js

  Modified: lib/adapter/api/droonga.js (+1 -1)
===================================================================
--- lib/adapter/api/droonga.js    2013-10-04 18:29:19 +0900 (e3c08a0)
+++ lib/adapter/api/droonga.js    2013-10-04 18:50:14 +0900 (4169625)
@@ -9,7 +9,7 @@ module.exports = {
       var messageType = request.params.messageType;
 
       var body = request.body;
-      it (typeof body == 'string')
+      if (typeof body == 'string')
         body = JSON.parse(body);
 
       body.timeout = body.timeout || 1000;
-------------- next part --------------
HTML����������������������������...
Download 



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