From 65e1d7ff995f862e26dc8ad378df7891a4904508 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 5 Dec 2016 16:04:59 -0800 Subject: [PATCH] Create gh-pages branch via GitHub --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 34a7561a..277b0b7b 100644 --- a/index.html +++ b/index.html @@ -2741,11 +2741,11 @@ emphasizes that the line is a method call, not a new statement. eslint:
// bad
 class Dragon {
-  get age() {
+  get age() {
     // ...
   }
 
-  set age(value) {
+  set age(value) {
     // ...
   }
 }