[Groonga-commit] groonga/express-kotoumi [master] Export "model.isA" method as a utility

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Feb 7 16:56:38 JST 2013


YUKI Hiroshi	2013-02-07 16:56:38 +0900 (Thu, 07 Feb 2013)

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

  Log:
    Export "model.isA" method as a utility

  Modified files:
    lib/model.js

  Modified: lib/model.js (+1 -0)
===================================================================
--- lib/model.js    2013-02-07 16:55:13 +0900 (d52b9f4)
+++ lib/model.js    2013-02-07 16:56:38 +0900 (43c7698)
@@ -18,6 +18,7 @@ function isA(modelInstance, modelType) {
     modelInstance._modelTypes.indexOf(modelType) > -1
   );
 }
+exports.isA = isA;
 
 
 function RequestResponse(options) {
-------------- next part --------------
HTML����������������������������...
Download 



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