MCPcopy
hub / github.com/quirkey/sammy / genFx

Function genFx

examples/backend/public/javascripts/jquery.js:5753–5761  ·  view source on GitHub ↗
( type, num )

Source from the content-addressed store, hash-verified

5751}
5752
5753function genFx( type, num ) {
5754 var obj = {};
5755
5756 jQuery.each( fxAttrs.concat.apply([], fxAttrs.slice(0,num)), function() {
5757 obj[ this ] = type;
5758 });
5759
5760 return obj;
5761}
5762if ( "getBoundingClientRect" in document.documentElement ) {
5763 jQuery.fn.offset = function( options ) {
5764 var elem = this[0];

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected