From 02d1b455617089d59a5202135eb43850f42e08a1 Mon Sep 17 00:00:00 2001 From: MG12 Date: Fri, 4 Dec 2015 15:45:58 +0800 Subject: add header and select test case --- src/module/Panel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/module/Panel.jsx b/src/module/Panel.jsx index 4c7eaae..2c2f554 100644 --- a/src/module/Panel.jsx +++ b/src/module/Panel.jsx @@ -8,7 +8,7 @@ function noop() { function generateOptions(length) { const arr = []; - for(let i = 0; i < length; i++){ + for (let i = 0; i < length; i++) { arr.push(i); } return arr; -- cgit v1.2.3