Mise à jour de 'src/Model/Const.js'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e56dd34a4f
commit
e0d33fe2f8
@ -1,8 +1,7 @@
|
||||
const tabColor = ['red','purple','green','blue','orange'];
|
||||
const tabNumber = [1,2,3,4,5];
|
||||
const tabShape = ['diamond','oval','wave','star','triangle'];
|
||||
const tabFilling = ['empty','stripped','full','pointed','squared'];
|
||||
const tabOutline = ['fullO','dotted','hyphen','cloudy','sharpy'];
|
||||
const ATTRIBUTES = [tabColor, tabNumber, tabShape, tabFilling, tabOutline]
|
||||
|
||||
//Rename tabOutline first attributs
|
||||
const TAB_COLOR = ['red','purple','green','blue','orange'];
|
||||
const TAB_NUMBER = [1,2,3,4,5];
|
||||
const TAB_SHAPE = ['diamond','oval','wave','star','triangle'];
|
||||
const TAB_FILLING = ['empty','stripped','full','pointed','squared'];
|
||||
const TAB_OUTLINE = ['continuous','dotted','hyphen','cloudy','sharpy'];
|
||||
const ATTRIBUTES=[TAB_COLOR,TAB_NUMBER,TAB_SHAPE,TAB_FILLING,TAB_OUTLINE];
|
||||
const IDX_ATTRIBUTES=["color","number","shape","filling","outline"];
|
Loading…
Reference in new issue