From d6e5b5e79a38d55d96f41b22225558851d11a0d3 Mon Sep 17 00:00:00 2001 From: Jack Valentine Date: Wed, 8 Jun 2016 23:01:41 +0900 Subject: [PATCH] core tooltip test case fixe titleColor options is not available titleColor change to titleFontColor --- test/core.tooltip.tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core.tooltip.tests.js b/test/core.tooltip.tests.js index 39039fd65..6840d1463 100755 --- a/test/core.tooltip.tests.js +++ b/test/core.tooltip.tests.js @@ -71,7 +71,7 @@ describe('tooltip tests', function() { bodySpacing: 2, // Title - titleColor: '#fff', + titleFontColor: '#fff', _titleFontFamily: globalDefaults.defaultFontFamily, _titleFontStyle: 'bold', titleFontSize: globalDefaults.defaultFontSize,