rniemeyer / knockout-jqAutocomplete

knockout-jqAutocomplete is a Knockout.js plugin designed to work with jQuery UI's autocomplete widget.
MIT License
49 stars 20 forks source link

invalid module name jquery.ui #13

Closed jkokorian closed 9 years ago

jkokorian commented 9 years ago

I think the requirejs define should be rewritten as: define(["knockout", "jquery", "jquery-ui/autocomplete"], factory);

I think the standard AMD module name for jqueryUI is jquery-ui, and the components are separated files in a folder. This would also be in accordance with your 'knockout-sortable' project.

rniemeyer commented 9 years ago

Fixed. Thanks!

jkokorian commented 9 years ago

Glad I could contribute, keep up the good work!