minor formatting
This commit is contained in:
parent
d00919a26c
commit
2eebfbf2f7
@ -391,7 +391,7 @@ ClusteringDialog.prototype._export = function() {
|
|||||||
'timeStamp': timeStamp,
|
'timeStamp': timeStamp,
|
||||||
'clusterMethod': this._method,
|
'clusterMethod': this._method,
|
||||||
'keyingFunction': this._function,
|
'keyingFunction': this._function,
|
||||||
'clusters': clusters,
|
'clusters': clusters
|
||||||
};
|
};
|
||||||
var data = "text/json;charset=utf-8," + encodeURIComponent(JSON.stringify(obj));
|
var data = "text/json;charset=utf-8," + encodeURIComponent(JSON.stringify(obj));
|
||||||
var link = document.createElement('a');
|
var link = document.createElement('a');
|
||||||
|
Loading…
Reference in New Issue
Block a user