Annoying travis-ci. Another JS syntax fix

parent d9ca0836
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
/*-- Set Variables --*/ /*-- Set Variables --*/
var clipId = __bindto.replace('#', '') + '-clip', var clipId = __bindto.replace('#', '') + '-clip',
clipPath = "url("+document.URL+"#" + clipId + ")"; clipPath = "url(" + document.URL + "#" + clipId + ")";
var isTimeSeries = (__axis_x_type === 'timeseries'), var isTimeSeries = (__axis_x_type === 'timeseries'),
isCategorized = (__axis_x_type === 'categorized'), isCategorized = (__axis_x_type === 'categorized'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment