Andrew Krawchyk

Results 5 issues of Andrew Krawchyk

How do you feel about merging this into a single repo? I'm also open to forming a Github organization to allow better collaboration on these lists. Let me know your...

> Browser support includes every sane browser and IE7+. I believe this statement in the README is incorrect. Even in the `horsey.es5.js` file, the ES6 `Symbol` is being used without...

I'd like to provide defaults for `purgecss-webpack-plugin` and allow the users of my plugin to provide their own `whitelist` configuration. The docs indicate we could add these options in the...

enhancement

The `undelegateModalEvents` function is not called when a modal is canceled or closed for another reason. It looks as though the modal checks if we have a `viewContainer`, here https://github.com/awkward/backbone.modal/blob/daed1808cd48626736b7b0e69d47841d0ebee36f/src/backbone.modal.coffee#L249...

When rendering a modal, you have the ability to pass in options to the `render` function: https://github.com/awkward/backbone.modal/blob/master/src/backbone.modal.coffee#L23. Then, these options are tested for existence and emptiness https://github.com/awkward/backbone.modal/blob/master/src/backbone.modal.coffee#L26. Then, later in...