You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
snabbdom/modules
chenxsan 7ba68b9a24 Fixed 'Uncaught ReferenceError'
When using snabbdom with webpack, the webpack output file is in strict mode, and that would cause error:

> Uncaught ReferenceError: requestAnimationFrame is not defined at ...

This pull request fixed it.
9 years ago
..
attributes.js replaced Regex with object dict for boolean attributes 10 years ago
class.js Huge modularizing refactor 10 years ago
eventlisteners.js Do not mutate event listener parameter array 10 years ago
hero.js Add module for hero animations 10 years ago
props.js Huge modularizing refactor 10 years ago
style.js Fixed 'Uncaught ReferenceError' 9 years ago