bokeh / bokeh-scala

Scala bindings for Bokeh plotting library
MIT License
135 stars 16 forks source link

Make Document.fragment and Document.save methods use correct list of widgets. #19

Closed slothspot closed 9 years ago

slothspot commented 9 years ago

Current implementation of Document.fragment and Document.save uses objs variable as widgets list, which comes from ctor of Document class and makes Document.add method unusable.

This PR makes fragment, save and add methods work as expected.

slothspot commented 9 years ago

Hi, @mattpap. I would like to ask you to pay attention to this PR

mattpap commented 9 years ago

@slothspot, thanks for fixing this.