[Groonga-commit] groonga/gcs [master] Change coding style: {a: b, c: d} => { a: b, c: d }

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 14 16:45:06 JST 2012


YUKI Hiroshi	2012-11-14 16:45:06 +0900 (Wed, 14 Nov 2012)

  New Revision: 7929dc42644e8ffa42b8ab968ec284dd815493af
  https://github.com/groonga/gcs/commit/7929dc42644e8ffa42b8ab968ec284dd815493af

  Log:
    Change coding style: {a: b, c: d} => { a: b, c: d }

  Modified files:
    tools/scenario-runner.js

  Modified: tools/scenario-runner.js (+1 -1)
===================================================================
--- tools/scenario-runner.js    2012-11-14 16:38:51 +0900 (bff2c3c)
+++ tools/scenario-runner.js    2012-11-14 16:45:06 +0900 (b9c9a07)
@@ -23,7 +23,7 @@ Runner.prototype.run = function(scenario) {
   if (!Array.isArray(scenario))
     this._processScenario(scenario);
   else
-    this._processScenarios({scenarios: scenario});
+    this._processScenarios({ scenarios: scenario });
 };
 
 Runner.prototype._processScenarios = function(params) {
-------------- next part --------------
HTML����������������������������...
Download 



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