Wildhoney / EmberDroplet

Ember.js HTML5 file uploading with drag & drop and image/file preview.
http://ember-droplet.herokuapp.com/
MIT License
197 stars 31 forks source link

[Fix #91] Cannot specify options #93

Closed lardawge closed 9 years ago

lardawge commented 9 years ago

@Wildhoney

Take a looksie at this. I was able to replicate the issue in the test and come up with a reasonable solution which included not sharing global setting. It makes it easier to determine if they have been overwritten. I also think it makes the second test obsolete and maybe better to test defaults...

Thoughts?

lardawge commented 9 years ago

Also, this test was failing before I made any changes... haven't looked into why.