From 953c8ce41631fb889aa90ef70477956312bbac2e Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Tue, 30 Aug 2016 18:54:16 -0700 Subject: [PATCH] Fix tinycolor tests --- tinycolor/tinycolor-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinycolor/tinycolor-tests.ts b/tinycolor/tinycolor-tests.ts index f7749fbf5d..b3e0d0769a 100644 --- a/tinycolor/tinycolor-tests.ts +++ b/tinycolor/tinycolor-tests.ts @@ -75,7 +75,7 @@ var rgbString: string = tester.toString(); var percentageRGBA: ColorFormats.RGBA = tester.toPercentageRgb(); var percentageRGBString: string = tester.toPercentageRgbString(); -var name: string = tester.toName(); +var name_: string = tester.toName(); var filter: string = tester.toFilter(); var sString: string = tester.toString(); sString = tester.toString("rgb");