[Groonga-commit] droonga/express-droonga at 3d2d744 [master] Use not abbreviated name

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 21 18:17:38 JST 2014


Kouhei Sutou	2014-01-21 18:17:38 +0900 (Tue, 21 Jan 2014)

  New Revision: 3d2d744bc847f64c535baa29add87ca19e89dc60
  https://github.com/droonga/express-droonga/commit/3d2d744bc847f64c535baa29add87ca19e89dc60

  Message:
    Use not abbreviated name
    
    del    ->
    delete

  Modified files:
    lib/adapter/http.js

  Modified: lib/adapter/http.js (+1 -1)
===================================================================
--- lib/adapter/http.js    2014-01-21 17:37:38 +0900 (6b20e13)
+++ lib/adapter/http.js    2014-01-21 18:17:38 +0900 (c602966)
@@ -109,7 +109,7 @@ function getRegisterationMethod(method) {
   switch (method.toUpperCase()) {
     case 'PUT':    return 'put';
     case 'POST':   return 'post';
-    case 'DELETE': return 'del';
+    case 'DELETE': return 'delete';
     default:       return 'get';
  }
 }
-------------- next part --------------
HTML����������������������������...
下載 



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