From d66c4873f19b40e340c37672157b2de3d92af71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lui=CC=81s=20A=2E=20Bastia=CC=83o=20Silva?= Date: Sat, 22 Feb 2014 17:37:21 +0100 Subject: [PATCH] Annoying travis-ci. Another JS syntax fix --- c3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c3.js b/c3.js index 9cdc4be..2427af7 100644 --- a/c3.js +++ b/c3.js @@ -157,7 +157,7 @@ /*-- Set Variables --*/ var clipId = __bindto.replace('#', '') + '-clip', - clipPath = "url("+document.URL+"#" + clipId + ")"; + clipPath = "url(" + document.URL + "#" + clipId + ")"; var isTimeSeries = (__axis_x_type === 'timeseries'), isCategorized = (__axis_x_type === 'categorized'),