You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -303,7 +288,7 @@ function createAttributes(node, attributes) {
303
288
node.setAttribute(key,attributes[key]);
304
289
}
305
290
306
-
/** Creates synthethic events
291
+
/** Creates synthetic events
307
292
*
308
293
* If the event bubbles, a single listener for its type is added to the root, and fired at the nearest node from the target that contains a handler. Otherwise the event is added to the node */
0 commit comments