moment-interval icon indicating copy to clipboard operation
moment-interval copied to clipboard

Wrong key in UMD definition

Open joelmukuthu opened this issue 9 years ago • 1 comments

in the fallback case when the environment doesn't support AMD or is not a Node environment, the wrong key returnExports is used.

joelmukuthu avatar Jun 02 '15 14:06 joelmukuthu

I think it needs to be:

root.moment = factory(root.moment);

birkestroem avatar Jul 28 '15 09:07 birkestroem