mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
Create 1.3.0 release
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
module.exports = Event
|
||||
|
||||
function Event(family) {}
|
||||
|
||||
Event.prototype.initEvent = function _Event_initEvent(type, bubbles, cancelable) {
|
||||
this.type = type
|
||||
this.bubbles = bubbles
|
||||
this.cancelable = cancelable
|
||||
}
|
||||
|
||||
Event.prototype.preventDefault = function _Event_preventDefault() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user