Closed GoogleCodeExporter closed 9 years ago
To fix the bug it should be enough to change:
if( options.postProcess ){
data = options.postProcess.call(this, data, this.dataType);
}
in:
if( self.tree.options.postProcess ){
data = self.tree.options.postProcess.call(this, data, this.dataType);
}
Original comment by alga...@gmail.com
on 29 Jan 2014 at 11:21
Original comment by moo...@wwwendt.de
on 31 Jan 2014 at 7:17
This issue was closed by revision r693.
Original comment by moo...@wwwendt.de
on 6 Feb 2014 at 7:05
This issue was updated by revision r699.
Original comment by moo...@wwwendt.de
on 14 Mar 2014 at 4:49
Original issue reported on code.google.com by
alga...@gmail.com
on 24 Jan 2014 at 10:21