spelling: functions

This commit is contained in:
Josh Soref 2017-03-07 05:06:26 +00:00
parent 92a41e826c
commit 55fb1aa851

View file

@ -67,7 +67,7 @@ function SequenceSunburst(circle_name,sequence_name,refresh,update_url,url_param
// var updateInterval = window.setInterval(update, refresh);
///////////////////////////////////////////////////////////
// UPDATE FUNCIONTS ////////////////////////////////////
// UPDATE FUNCTIONS ////////////////////////////////////
///////////////////////////////////////////////////////////
this.flashUpdate = function (start,end) {
arc_group.selectAll("path").style("opacity", start)
@ -282,7 +282,7 @@ function SequenceSunburst(circle_name,sequence_name,refresh,update_url,url_param
}
///////////////////////////////////////////////////////////
// INIT FUNCIONTS ////////////////////////////////////
// INIT FUNCTIONS ////////////////////////////////////
///////////////////////////////////////////////////////////
function create_sequence_sunburst(circle_name, sequence_name,title,units) {
@ -367,7 +367,7 @@ function SequenceSunburst(circle_name,sequence_name,refresh,update_url,url_param
}
///////////////////////////////////////////////////////////
// PUBLIC FUNCIONTS ////////////////////////////////////
// PUBLIC FUNCTIONS ////////////////////////////////////
///////////////////////////////////////////////////////////
SequenceSunburst.prototype.setUrlParams = function(url_params) {