[Groonga-commit] groonga/express-kotoumi [master] Fix syntax error

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jan 16 12:52:53 JST 2013


YUKI Hiroshi	2013-01-16 12:52:53 +0900 (Wed, 16 Jan 2013)

  New Revision: 3cbeab354b886f72c211b496abafc06fda6ac884
  https://github.com/groonga/express-kotoumi/commit/3cbeab354b886f72c211b496abafc06fda6ac884

  Log:
    Fix syntax error

  Modified files:
    test/test-utils.js

  Modified: test/test-utils.js (+1 -1)
===================================================================
--- test/test-utils.js    2013-01-16 12:10:00 +0900 (a8a84ca)
+++ test/test-utils.js    2013-01-16 12:52:53 +0900 (eff4db3)
@@ -118,7 +118,7 @@ function sortKeys(original) {
     return original.map(sortKeys);
 
   var sorted = {};
-  Object.keys(original).sort().forEach(key) {
+  Object.keys(original).sort().forEach(function(key) {
     sorted[key] = sortKeys(original[key]);
   });
   return sorted;
-------------- next part --------------
HTML����������������������������...
Download 



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