mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-03 11:34:41 +00:00
JSHint - remove extra comma at the end of the fabric.Color.colorNameMap object
This commit is contained in:
parent
e35e1a0191
commit
5fec23e7c1
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@
|
|||
'silver': '#C0C0C0',
|
||||
'teal': '#008080',
|
||||
'white': '#FFFFFF',
|
||||
'yellow': '#FFFF00',
|
||||
'yellow': '#FFFF00'
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue