updated by GasGit automation

This commit is contained in:
Bruce McPherson 2016-06-21 15:27:36 +01:00
parent 556fd16d55
commit fad556e3d9

View file

@ -11,7 +11,7 @@ var Process = (function (process) {
purchaseLevel:'ssnipLevel',
fullAccess:10,
openAccess:true,
version:"2.1.0"
version:"2.1.0.1"
};
process.applyElementer = function () {
@ -48,7 +48,11 @@ var Process = (function (process) {
}
},
testData:getTestData(),
auth:{}
auth:{},
premium:false,
exportName:function () {
return 'sankeySnipExport-'+(new Date().getTime());
}
},
@ -94,6 +98,7 @@ var Process = (function (process) {
buttons: {
insert:DomUtils.elem("insert-button"),
close:DomUtils.elem("close-button"),
export:DomUtils.elem("export-button"),
manage:elements.controls.manageButton,
apply:elements.controls.applyButton,
generate:DomUtils.elem("generate-button"),