[Groonga-commit] groonga/gcs [master] Remove needless paren

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 15 16:56:00 JST 2012


YUKI Hiroshi	2012-11-15 16:56:00 +0900 (Thu, 15 Nov 2012)

  New Revision: f87315121912ab0292df1fc8ab9ce3b50ea8bfc7
  https://github.com/groonga/gcs/commit/f87315121912ab0292df1fc8ab9ce3b50ea8bfc7

  Log:
    Remove needless paren

  Modified files:
    lib/database/index-field.js

  Modified: lib/database/index-field.js (+1 -1)
===================================================================
--- lib/database/index-field.js    2012-11-15 16:54:34 +0900 (4e7431c)
+++ lib/database/index-field.js    2012-11-15 16:56:00 +0900 (f74e14c)
@@ -63,7 +63,7 @@ function assertValidFieldName(field) {
   var index = exports.RESERVED_NAMES.indexOf(field);
   if (index > -1) index = exports.RESERVED_COLUMN_NAMES.indexOf(field);
   if (index > -1)
-    errors.push(field + ' is a reserved field name'));
+    errors.push(field + ' is a reserved field name');
 
   if (errors.length) {
     var prefix = errors.length > 1 ? 
-------------- next part --------------
HTML����������������������������...
Download 



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