lihaoyi / hands-on-scala-js

Better documentation for Scala.js
142 stars 52 forks source link

Change dom.setInterval to dom.window.setInterval to fix links to code #54

Closed mgedigian closed 7 years ago

mgedigian commented 7 years ago

This project has scalatex that references code in workbench example app. When the scalajs-dom dependency in workbench was upgraded to 0.9.x, dom.setInterval became dom.window.setInterval - unfortunately breaking the references contained here.