|
|
@ -81,7 +81,7 @@ $.site = $.fn.site = function(parameters) { |
|
|
|
requestAnimationFrame: function() { |
|
|
|
module.debug('Normalizing requestAnimationFrame'); |
|
|
|
if(window.requestAnimationFrame === undefined) { |
|
|
|
module.debug('RequestAnimationFrame not available, normailizing event'); |
|
|
|
module.debug('RequestAnimationFrame not available, normalizing event'); |
|
|
|
window.requestAnimationFrame = window.requestAnimationFrame |
|
|
|
|| window.mozRequestAnimationFrame |
|
|
|
|| window.webkitRequestAnimationFrame |
|
|
@ -484,4 +484,4 @@ $.extend($.expr[ ":" ], { |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
})( jQuery, window , document ); |
|
|
|
})( jQuery, window , document ); |