Skip to content

Conversation

@FlorKaucic
Copy link

SortableJS 1.5.1 has a create() function for creating a new Sortable object. It was causing some TypeErrors as new Sortable() was not a constructor anymore.
This changes the implementation to create a new Sortable object using the create function instead.
Also, updates de README file for mapping correctly the minify version of sortablejs in SystemJS configuration.

Fixes #42

SortableJS 1.5.1 has a create() function for creating a new Sortable object. It was causing some TypeErrors as new Sortable() was not a constructor anymore. This changes the implementation to create a new Sortable object using the create function instead. Also, updates de README file for mapping correctly the minify version of sortablejs in SystemJS configuration. Fixes SortableJS#42
@FlorKaucic
Copy link
Author

I just found out I'm having some issues with SortablejsOptions as well. I'm going to investigate further on this.

@smnbbrv
Copy link
Member

smnbbrv commented Apr 15, 2017

Thanks for the contribution 👍

@smnbbrv smnbbrv merged commit ae31a8c into SortableJS:master Apr 15, 2017
@smnbbrv
Copy link
Member

smnbbrv commented Apr 15, 2017

@FlorKaucic should be fixed in 2.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants