aboutsummaryrefslogtreecommitdiffstats
path: root/usi.js
diff options
context:
space:
mode:
authoranekos2011-03-05 03:13:56 +0900
committeranekos2011-03-05 03:13:56 +0900
commit2988d6c0802644fdbca200c7d33c18af2b5d97ac (patch)
treec26ae32bb3a0b27dddb4cfc80686dd9d19e72a67 /usi.js
parentb5872cd6947296cc1fabf9455dff4e9da4350a20 (diff)
downloadvimperator-plugins-2988d6c0802644fdbca200c7d33c18af2b5d97ac.tar.bz2
セミコロンころしした
Diffstat (limited to 'usi.js')
-rw-r--r--usi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/usi.js b/usi.js
index c08f713..6298f9c 100644
--- a/usi.js
+++ b/usi.js
@@ -502,7 +502,7 @@ let INFO =
// 現在に近い順に並べます
Utils.timeArraySort(cs);
- return cs.map(function ([a, b]) b);;
+ return cs.map(function ([a, b]) b);
}
});
} // }}}