wilsonpage / fastdom

Eliminates layout thrashing by batching DOM measurement and mutation tasks
6.85k stars 240 forks source link

Fix promise return values when using sandbox #85

Closed muteor closed 8 years ago

muteor commented 8 years ago

While using promises with sandbox I noticed that return values were not working. Simple fix is to return the value from the callback in the sandbox.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 98.4% when pulling a5006edd426a035cd18a71bbf767031cec94415c on muteor:master into 67ac8cf163d54e430e5d1a827e70bfee34fe1ab6 on wilsonpage:master.