assets/javascripts/semantic_ui/definitions/globals/site.js in less-rails-semantic_ui-2.0.7.0 vs assets/javascripts/semantic_ui/definitions/globals/site.js in less-rails-semantic_ui-2.1.4.0

- old
+ new

@@ -79,11 +79,11 @@ window.console.clear = function() {}; }, 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 || window.msRequestAnimationFrame || function(callback) { setTimeout(callback, 0); } @@ -482,6 +482,6 @@ return !!$.data(elem, match[ 3 ]); } }); -})( jQuery, window , document ); \ No newline at end of file +})( jQuery, window , document );