gvas / knockout-jqueryui

Knockout bindings for the jQuery UI widgets.
http://gvas.github.com/knockout-jqueryui/
MIT License
103 stars 38 forks source link

Documentation: public binding factory not documented #30

Closed sammuell closed 10 years ago

sammuell commented 10 years ago

It's not documented that the factory interface is available for custom ui widgets:

ko.jqui.bindingFactory.create({
  name: 'customwidget',
  options: ['option1', 'option2'],
  events: ['event1']
});
gvas commented 10 years ago

Fixed, thanks!