[Groonga-commit] groonga/groonga-admin at c6bea5e [master] table_create: simplify

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 31 23:41:10 JST 2014


Kouhei Sutou	2014-12-31 23:41:10 +0900 (Wed, 31 Dec 2014)

  New Revision: c6bea5e94191a7d1e40b1373b6bee3d1a4802109
  https://github.com/groonga/groonga-admin/commit/c6bea5e94191a7d1e40b1373b6bee3d1a4802109

  Message:
    table_create: simplify

  Modified files:
    app/scripts/groonga-client/response/table-create.js

  Modified: app/scripts/groonga-client/response/table-create.js (+1 -1)
===================================================================
--- app/scripts/groonga-client/response/table-create.js    2014-12-31 23:39:56 +0900 (11d6908)
+++ app/scripts/groonga-client/response/table-create.js    2014-12-31 23:41:10 +0900 (95b8467)
@@ -19,6 +19,6 @@
   };
 
   TableCreate.prototype.isCreated = function() {
-    return this.isSuccess() && this.body() === true;
+    return this.isSuccess() && this.body();
   };
 })();
-------------- next part --------------
HTML����������������������������...
Télécharger 



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