Merge pull request #598 from jasonmayes/material-sprint
Moved the "use strict" statement inside functionmaster
commit
16ffea3653
|
@ -1,8 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
// From: http://www.paulirish.com/2011/requestanimationframe-for-smart-animating/
|
||||
// shim layer with setTimeout fallback
|
||||
window.requestAnimFrame = (function() {
|
||||
'use strict';
|
||||
return window.requestAnimationFrame ||
|
||||
window.webkitRequestAnimationFrame ||
|
||||
window.mozRequestAnimationFrame ||
|
||||
|
|
Loading…
Reference in New Issue