JSHint - remove extra comma at the end of the fabric.Color.colorNameMap object

This commit is contained in:
Kienz 2013-03-09 22:38:42 +01:00
parent e35e1a0191
commit 5fec23e7c1

View file

@ -225,7 +225,7 @@
'silver': '#C0C0C0',
'teal': '#008080',
'white': '#FFFFFF',
'yellow': '#FFFF00',
'yellow': '#FFFF00'
};
/**