diff --git a/src/core/8.snabdom.js b/src/core/8.snabdom.js index f16d8355d..4965fcad5 100644 --- a/src/core/8.snabdom.js +++ b/src/core/8.snabdom.js @@ -929,7 +929,7 @@ var propsModule = { create: updateProps, update: updateProps }; // Bindig `requestAnimationFrame` like this fixes a bug in IE/Edge. See #360 and #409. - var raf$1 = typeof window !== "undefined" && window.requestAnimationFrame.bind(window) || setTimeout; + var raf$1 = typeof window !== "undefined" && (window.requestAnimationFrame && window.requestAnimationFrame.bind(window)) || setTimeout; var nextFrame$1 = function nextFrame$1(fn) { raf$1(function () { raf$1(fn);