1 2 3 4 5
define(function() { return function( elem ) { return elem.ownerDocument.defaultView.getComputedStyle( elem, null ); }; });