adobe-photoshop / spaces-design

Adobe Photoshop Design Space
http://adobe-photoshop.github.io/
Other
852 stars 74 forks source link

synchronization.debounce ignores promise #3639

Closed iwehrman closed 8 years ago

iwehrman commented 8 years ago

On master, synchronization.debounce doesn't actually do anything with the promise returned from the supplied function. At best it is equivalent to _.debounce. At worst, it's broken. I'm not sure yet. In the short term, I'm removing the promise variable to quiet the linter, but we should either fix this or remove it entirely.

iwehrman commented 8 years ago

Fixed by #3641.