@cycle/dom
Advanced tools
Comparing version 9.0.2 to 9.0.3
@@ -127,3 +127,3 @@ "use strict"; | ||
var eventTypesThatDontBubble = ["load", "unload", "focus", "blur", "mouseenter", "mouseleave", "submit", "change", "reset"]; | ||
var eventTypesThatDontBubble = ["load", "unload", "focus", "blur", "mouseenter", "mouseleave", "submit", "change", "reset", "timeupdate"]; | ||
@@ -130,0 +130,0 @@ function maybeMutateEventPropagationAttributes(event) { |
{ | ||
"name": "@cycle/dom", | ||
"version": "9.0.2", | ||
"version": "9.0.3", | ||
"author": "Andre Staltz", | ||
@@ -5,0 +5,0 @@ "description": "The standard DOM Driver for Cycle.js, based on virtual-dom, and other helpers", |
@@ -119,2 +119,3 @@ let Rx = require(`rx`) | ||
`reset`, | ||
`timeupdate`, | ||
] | ||
@@ -121,0 +122,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
353841
6879