Amir Malik
Amir Malik
this seems to still be happening. on the [examples page](https://lukasoppermann.github.io/html5sortable/index.html) if you drag the first list item and drop it on the code block, it disappears. is there a way...
that's true, but we're not passing a callback so calling each individual listener doesn't guarantee anything... unless what you do in the listener is synchronous and you throw an error....
i only see two occurrences of try/catch, both of which are narrow in scope and intended to guard against invalid data being fed into `JSON.parse` as used inside the `serializer`...
thanks dan!
i'm not sure how serious i was about this... please provide some inspiration for a better api.
@mrevilme you're welcome to fork if you really like the EventEmitter-style API (i think it sucks). for v2 i'm planning something nicer, while keeping it minimal and connect-compatible: ``` js...
The existence is enforced, but really the value should be checked to ensure that the `redirect_uri` is either an exact match or a prefix (application-dependent) of allowed values for that...