From 34c5e0cb1c1c7b3bbfd75270b6dcb37ae2106087 Mon Sep 17 00:00:00 2001 From: Erik Quinn Date: Mon, 17 Feb 2020 13:33:59 -0500 Subject: [PATCH] refactor/1517 - Fix lint error I created! --- assets/airports/airportLoadList.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/airports/airportLoadList.js b/assets/airports/airportLoadList.js index 5b34bb5341..e179f200b1 100644 --- a/assets/airports/airportLoadList.js +++ b/assets/airports/airportLoadList.js @@ -31,6 +31,7 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife * } * ``` * - `AIRPORT_ICAO` is the airport icao in lowercase (ex: ksfo) + * * - `AIRPORT_DIFFICULTY` is the difficulty level based on the traffic volume (in Aircraft per Hour): * +----------+------------------------+ * | Level | Traffic Volume | @@ -43,7 +44,9 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife * +----------+------------------------+ * | Hard | More than 60 AcpH | * +----------+------------------------+ - * - `AIRPORT_NAME` is the official English name of the airport (ex: San Francisco International Airport) according to Jeppesen charts + * - `AIRPORT_NAME` is the official English name of the airport, according to Jeppesen charts + * --> for example, KSFO = "San Francisco International Airport" + * * - `MEETS_PREMIUM_STANDARDS` is either `true` or `false`, see the airport standards document * * @property AIRPORT_LOAD_LIST @@ -489,7 +492,7 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife level: 'beginner', name: 'Montevideo Carrasco International Airport', premium: false - // }, + }, // { // icao: 'tjsj', // level: 'easy',