anselmh / object-fit

Polyfill (mostly IE) for CSS object-fit property to fill-in/fit-in images into containers.
MIT License
996 stars 92 forks source link

Add AMD defition in core JavaScript #4

Closed drublic closed 10 years ago

drublic commented 10 years ago

This commit adds support for AMD libraries like RequireJS and concepts as CommonJS. If these concepts are not used within your project the polyfill's object is exposed to the global scope.

Also fixes of inconstant white space.

drublic commented 10 years ago

Thanks.