--- a/server/src/main/webapp/static/js/ldtjson-bin.js Mon Jan 14 16:00:07 2013 +0100
+++ b/server/src/main/webapp/static/js/ldtjson-bin.js Mon Feb 11 10:34:23 2013 +0100
@@ -13,6 +13,7 @@
);
Rkns.Ldt.ProjectBin.prototype._init = function(_renkan, _opts) {
+ this.renkan = _renkan;
this.proj_id = _opts.project_id;
this.ldt_platform = _opts.ldt_platform || "http://ldt.iri.centrepompidou.fr/";
this.title_$.html(_opts.title);
@@ -108,7 +109,7 @@
} else {
this.$.show();
}
- _renkan.resizeBins();
+ this.renkan.resizeBins();
}
Rkns.Ldt.ProjectBin.prototype.refresh = function() {