Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

batchupdate fallback to setTimeout #22

Merged
merged 1 commit into from
Nov 16, 2016
Merged

batchupdate fallback to setTimeout #22

merged 1 commit into from
Nov 16, 2016

Conversation

zspecza
Copy link
Contributor

@zspecza zspecza commented Nov 16, 2016

closes #21

@codecov-io
Copy link

Current coverage is 20.23% (diff: 50.00%)

Merging #22 into master will increase coverage by 0.93%

@@             master        #22   diff @@
==========================================
  Files            17         17          
  Lines           171        173     +2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits             33         35     +2   
  Misses          138        138          
  Partials          0          0          

Powered by Codecov. Last update 96ea87c...9260104

@zspecza zspecza merged commit a9c1b39 into master Nov 16, 2016
@zspecza zspecza deleted the batchupdate-fallback branch November 16, 2016 21:04
@atinux
Copy link
Member

atinux commented Nov 16, 2016

Ok, now it's not working anymore on the server-side:

ReferenceError: window is not defined

@zspecza
Copy link
Contributor Author

zspecza commented Nov 16, 2016

That shouldn't be a problem if you're using tree-shaking, but I'm pushing a fix right nowanyway since not everyone will be on the tree shaking bandwagon :)

zspecza added a commit that referenced this pull request Nov 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

window.cancelAnimationFrame is not a function
3 participants