Mise à jour de 'src/Model/Const.js'
continuous-integration/drone/push Build is passing Details

pull/59/head^2
Bastien JACQUELIN 2 years ago
parent e56dd34a4f
commit e0d33fe2f8

@ -1,8 +1,7 @@
const tabColor = ['red','purple','green','blue','orange']; const TAB_COLOR = ['red','purple','green','blue','orange'];
const tabNumber = [1,2,3,4,5]; const TAB_NUMBER = [1,2,3,4,5];
const tabShape = ['diamond','oval','wave','star','triangle']; const TAB_SHAPE = ['diamond','oval','wave','star','triangle'];
const tabFilling = ['empty','stripped','full','pointed','squared']; const TAB_FILLING = ['empty','stripped','full','pointed','squared'];
const tabOutline = ['fullO','dotted','hyphen','cloudy','sharpy']; const TAB_OUTLINE = ['continuous','dotted','hyphen','cloudy','sharpy'];
const ATTRIBUTES = [tabColor, tabNumber, tabShape, tabFilling, tabOutline] const ATTRIBUTES=[TAB_COLOR,TAB_NUMBER,TAB_SHAPE,TAB_FILLING,TAB_OUTLINE];
const IDX_ATTRIBUTES=["color","number","shape","filling","outline"];
//Rename tabOutline first attributs
Loading…
Cancel
Save