Skip to content
Snippets Groups Projects
Commit ca0102ed authored by juanf's avatar juanf
Browse files

SSDM-1529: PAPER - OPENBIS - Migrate Manage Properties YeastLab Continuation

SVN: 33456
parent 4e7149bc
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ function Inspector(serverFacade, containerId, profile) {
this.serverFacade = serverFacade;
this.containerId = containerId;
this.profile = profile;
this.inspectedSamples = new Array();
this.inspectedSamples = [];
this.repaint = function() {
$("#"+containerId).empty();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment