Open GoogleCodeExporter opened 9 years ago
As a workaround, I added to $.rdf.databank.fn a close() method:
close: function () { databanks[this.id] = null; },
I explicitly invoke this method in my GUI app when replacing RDF content in a
page by new downloaded content. Not sure this is completely correct, but it
made it for my use case. Unfortunately, I didn't find a way to implement this
without modifying the source file of rdfquery (databanks is just a var, not an
attribute of $.rdf.databank)
Original comment by francois...@gmail.com
on 18 Sep 2012 at 11:27
Original issue reported on code.google.com by
danilo.h...@gmail.com
on 8 Mar 2011 at 11:58