From 463837c1c7e1ef7737493037cbba16baa447c8f4 Mon Sep 17 00:00:00 2001 From: Boris Kaiser Date: Thu, 20 Aug 2015 09:00:07 +0200 Subject: Remove duplicate "spaced-comment" in eslintrc Closes #17100 --- js/.eslintrc | 1 - 1 file changed, 1 deletion(-) (limited to 'js') diff --git a/js/.eslintrc b/js/.eslintrc index 645dac16d..b21ede35a 100644 --- a/js/.eslintrc +++ b/js/.eslintrc @@ -153,7 +153,6 @@ "space-return-throw-case": 2, "space-unary-ops": 2, "spaced-comment": 2, - "spaced-comment": 2, // es6 "arrow-parens": 2, -- cgit v1.2.3 From 73a88dbe8649758e20464c60cfd568e4828d6c27 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 00:17:35 +0200 Subject: Docs: Update all dropdowns to new HTML structure --- js/tests/visual/dropdown.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js') diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html index 5ade9dd18..47e400d4b 100644 --- a/js/tests/visual/dropdown.html +++ b/js/tests/visual/dropdown.html @@ -82,25 +82,25 @@ - + -- cgit v1.2.3