Santiago V.

Results 7 issues of Santiago V.

- Is there a way to prevent this? - Is this behaviour ever wanted?

enhancement
in progress

If you have an image sequence, for example: ``` image1.png image2.png image3.png ``` And you have also the "retina display"-named version of them, too: ``` image1.png [email protected] image2.png [email protected] image3.png...

When dropping an image (from another tab) in Firefox, it sends `'Files'` in the `dataTransfer.types` array but `dataTransfer.files` value is `null`. This change should prevent a type from being recognized...

![bug](https://cloud.githubusercontent.com/assets/1460090/14755277/952cd91c-08b7-11e6-863c-6f540eeec561.gif) - Note that files array is empty - Also, in Chrome it is recognized as `__NATIVE_URL__` Firefox 47.0a2

Hi! I took the liberty to go ahead and address [this issue](https://github.com/Absolucy/nanorand-rs/issues/35). I'm not sure I understand fully the code, but this simple change fixes the issue. I added some...

Is there a way to prevent the logs from the browser console to show up in the `test` output? I looked at the Chromium command line flags but I didn't...

Closes #4 This way users of this package won't install unnecessary dependencies. Also replaced `underscore` with `lodash` since it was also present, to reduce amount of deps.